Skip to main content

VkPhysicalDeviceProperties2

Type Alias VkPhysicalDeviceProperties2 

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

Aliased Type§

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

Fields§

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