Skip to main content

PhysicalDeviceMaintenance5FeaturesKHR

Type Alias PhysicalDeviceMaintenance5FeaturesKHR 

Source
pub type PhysicalDeviceMaintenance5FeaturesKHR = PhysicalDeviceMaintenance5Features;

Aliased Type§

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

Fields§

§s_type: StructureType

Must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_5_FEATURES.

§p_next: *mut c_void

Optional, may be null.

§maintenance5: u32