pub type PhysicalDeviceMaintenance4PropertiesKHR = PhysicalDeviceMaintenance4Properties;Aliased Type§
#[repr(C)]pub struct PhysicalDeviceMaintenance4PropertiesKHR {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub max_buffer_size: u64,
}Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_PROPERTIES.
p_next: *mut c_voidOptional, may be null.
max_buffer_size: u64