pub type VkPhysicalDeviceMaintenance3PropertiesKHR = VkPhysicalDeviceMaintenance3Properties;

Aliased Type§

struct VkPhysicalDeviceMaintenance3PropertiesKHR {
    pub sType: u32,
    pub pNext: *mut c_void,
    pub maxPerSetDescriptors: u32,
    pub maxMemoryAllocationSize: u64,
}

Fields§

§sType: u32§pNext: *mut c_void§maxPerSetDescriptors: u32§maxMemoryAllocationSize: u64