Type Alias ash::vk::aliases::PhysicalDeviceSynchronization2FeaturesKHR
source · pub type PhysicalDeviceSynchronization2FeaturesKHR<'a> = PhysicalDeviceSynchronization2Features<'a>;
Aliased Type§
struct PhysicalDeviceSynchronization2FeaturesKHR<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub synchronization2: u32,
pub _marker: PhantomData<&'a ()>,
}
Fields§
§s_type: StructureType
§p_next: *mut c_void
§synchronization2: u32
§_marker: PhantomData<&'a ()>