Skip to main content

PhysicalDeviceFeatures2KHR

Type Alias PhysicalDeviceFeatures2KHR 

Source
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: StructureType

Must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FEATURES_2.

§p_next: *mut c_void

Optional, may be null.

§features: PhysicalDeviceFeatures