Skip to main content

VkPhysicalDeviceFeatures2

Type Alias VkPhysicalDeviceFeatures2 

Source
pub type VkPhysicalDeviceFeatures2 = PhysicalDeviceFeatures2<'static>;
Available on crate feature v1_30 only.

Aliased Type§

#[repr(C)]
pub struct VkPhysicalDeviceFeatures2 { pub s_type: StructureType, pub p_next: *mut c_void, pub features: PhysicalDeviceFeatures, pub _marker: PhantomData<&'static ()>, }

Fields§

§s_type: StructureType§p_next: *mut c_void§features: PhysicalDeviceFeatures§_marker: PhantomData<&'static ()>