Type Alias ash::vk::PhysicalDeviceTimelineSemaphoreFeaturesKHR
source · pub type PhysicalDeviceTimelineSemaphoreFeaturesKHR<'a> = PhysicalDeviceTimelineSemaphoreFeatures<'a>;
Aliased Type§
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 ()>