MemoryAllocateFlagsInfoKHR

Type Alias MemoryAllocateFlagsInfoKHR 

Source
pub type MemoryAllocateFlagsInfoKHR = MemoryAllocateFlagsInfo;
Expand description

Aliased Type§

#[repr(C)]
pub struct MemoryAllocateFlagsInfoKHR { pub s_type: StructureType, pub next: *const c_void, pub flags: MemoryAllocateFlags, pub device_mask: u32, }

Fields§

§s_type: StructureType§next: *const c_void§flags: MemoryAllocateFlags§device_mask: u32