PhysicalDeviceMaintenance3PropertiesKHR

Type Alias PhysicalDeviceMaintenance3PropertiesKHR 

Source
pub type PhysicalDeviceMaintenance3PropertiesKHR = PhysicalDeviceMaintenance3Properties;

Aliased Type§

#[repr(C)]
pub struct PhysicalDeviceMaintenance3PropertiesKHR { pub sType: i32, pub pNext: *mut c_void, pub maxPerSetDescriptors: u32, pub maxMemoryAllocationSize: u64, }

Fields§

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