pub type PhysicalDeviceMaintenance4PropertiesKHR = PhysicalDeviceMaintenance4Properties;Expand description
Aliased Type§
#[repr(C)]pub struct PhysicalDeviceMaintenance4PropertiesKHR {
pub s_type: StructureType,
pub next: *mut c_void,
pub max_buffer_size: u64,
}Fields§
§s_type: StructureType§next: *mut c_void§max_buffer_size: u64