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: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MEMORY_PROPERTIES_2.
p_next: *mut c_voidOptional, may be null.
memory_properties: PhysicalDeviceMemoryProperties