Type Alias PhysicalDeviceTimelineSemaphoreFeaturesKHR

Source
pub type PhysicalDeviceTimelineSemaphoreFeaturesKHR<'a> = PhysicalDeviceTimelineSemaphoreFeatures<'a>;

Aliased Type§

#[repr(C)]
pub struct PhysicalDeviceTimelineSemaphoreFeaturesKHR<'a> { pub s_type: StructureType, pub p_next: *mut c_void, pub timeline_semaphore: u32, pub _marker: PhantomData<&'a ()>, }

Fields§

§s_type: StructureType§p_next: *mut c_void§timeline_semaphore: u32§_marker: PhantomData<&'a ()>