pre vertex transfer buffer
This commit is contained in:
parent
017cfcf82f
commit
ff4302837e
5 changed files with 160 additions and 15 deletions
src
|
@ -27,4 +27,7 @@ pub struct AppData {
|
|||
|
||||
pub in_flight_fences: Vec<vk::Fence>,
|
||||
pub images_in_flight: Vec<vk::Fence>,
|
||||
|
||||
pub vertex_buffer: vk::Buffer,
|
||||
pub vertex_buffer_memory: vk::DeviceMemory,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue