Type Alias PhysicalDeviceMaintenance3PropertiesKHR

Source
pub type PhysicalDeviceMaintenance3PropertiesKHR = PhysicalDeviceMaintenance3Properties;

Aliased Type§

#[repr(C)]
pub struct PhysicalDeviceMaintenance3PropertiesKHR { pub s_type: StructureType, pub p_next: *mut c_void, pub max_per_set_descriptors: u32, pub max_memory_allocation_size: u64, }

Fields§

§s_type: StructureType§p_next: *mut c_void§max_per_set_descriptors: u32§max_memory_allocation_size: u64