Skip to main content

PhysicalDeviceSynchronization2FeaturesKHR

Type Alias PhysicalDeviceSynchronization2FeaturesKHR 

Source
pub type PhysicalDeviceSynchronization2FeaturesKHR = PhysicalDeviceSynchronization2Features;

Aliased Type§

#[repr(C)]
pub struct PhysicalDeviceSynchronization2FeaturesKHR { pub s_type: StructureType, pub p_next: *mut c_void, pub synchronization2: u32, }

Fields§

§s_type: StructureType

Must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SYNCHRONIZATION_2_FEATURES.

§p_next: *mut c_void

Optional, may be null.

§synchronization2: u32