pub type PhysicalDeviceMaintenance4PropertiesKHR = PhysicalDeviceMaintenance4Properties;Aliased Type§
#[repr(C)]pub struct PhysicalDeviceMaintenance4PropertiesKHR {
pub sType: i32,
pub pNext: *mut c_void,
pub maxBufferSize: u64,
}Fields§
§sType: i32§pNext: *mut c_void§maxBufferSize: u64