Skip to main content

PhysicalDeviceMaintenance4FeaturesKHR

Type Alias PhysicalDeviceMaintenance4FeaturesKHR 

Source
pub type PhysicalDeviceMaintenance4FeaturesKHR = PhysicalDeviceMaintenance4Features;

Aliased Type§

#[repr(C)]
pub struct PhysicalDeviceMaintenance4FeaturesKHR { pub s_type: StructureType, pub p_next: *mut c_void, pub maintenance4: u32, }

Fields§

§s_type: StructureType

Must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_FEATURES.

§p_next: *mut c_void

Optional, may be null.

§maintenance4: u32