Struct vk_sys::MemoryAllocateInfo [] [src]

#[repr(C)]
pub struct MemoryAllocateInfo { pub sType: StructureType, pub pNext: *const c_void, pub allocationSize: DeviceSize, pub memoryTypeIndex: u32, }

Fields