Skip to main content

PhysicalDeviceTimelineSemaphoreFeaturesKHR

Type Alias PhysicalDeviceTimelineSemaphoreFeaturesKHR 

Source
pub type PhysicalDeviceTimelineSemaphoreFeaturesKHR = PhysicalDeviceTimelineSemaphoreFeatures;

Aliased Type§

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

Fields§

§s_type: StructureType

Must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TIMELINE_SEMAPHORE_FEATURES.

§p_next: *mut c_void

Optional, may be null.

§timeline_semaphore: u32