pub type PhysicalDeviceFeatures2KHR = PhysicalDeviceFeatures2;Aliased Type§
#[repr(C)]pub struct PhysicalDeviceFeatures2KHR {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub features: PhysicalDeviceFeatures,
}Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FEATURES_2.
p_next: *mut c_voidOptional, may be null.
features: PhysicalDeviceFeatures