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: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_3_PROPERTIES.
p_next: *mut c_voidOptional, may be null.
max_per_set_descriptors: u32§max_memory_allocation_size: u64