Type Alias PhysicalDeviceMemoryProperties2KHR

Source
pub type PhysicalDeviceMemoryProperties2KHR = PhysicalDeviceMemoryProperties2;

Aliased Type§

#[repr(C)]
pub struct PhysicalDeviceMemoryProperties2KHR { pub s_type: StructureType, pub p_next: *mut c_void, pub memory_properties: PhysicalDeviceMemoryProperties, }

Fields§

§s_type: StructureType§p_next: *mut c_void§memory_properties: PhysicalDeviceMemoryProperties