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
sType: StructureType
pNext: *const c_void
allocationSize: DeviceSize
memoryTypeIndex: u32