pub type PhysicalDeviceMemoryProperties2KHR = PhysicalDeviceMemoryProperties2;

Aliased Type§

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