Type Alias ash::vk::PhysicalDeviceMaintenance3PropertiesKHR
source · pub type PhysicalDeviceMaintenance3PropertiesKHR = PhysicalDeviceMaintenance3Properties;
Aliased Type§
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