Struct asi_vulkan::types::VkMemoryAllocateInfo [] [src]

#[repr(C)]
pub struct VkMemoryAllocateInfo { pub s_type: VkStructureType, pub next: *const Void, pub allocation_size: VkDeviceSize, pub memory_type_index: u32, }

Fields