Type Alias ash::vk::MemoryAllocateFlagsInfoKHR
source · pub type MemoryAllocateFlagsInfoKHR = MemoryAllocateFlagsInfo;Aliased Type§
struct MemoryAllocateFlagsInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub flags: MemoryAllocateFlags,
pub device_mask: u32,
}Fields§
§s_type: StructureType§p_next: *const c_void§flags: MemoryAllocateFlags§device_mask: u32