pub type PhysicalDeviceTimelineSemaphoreFeaturesKHR = PhysicalDeviceTimelineSemaphoreFeatures;Expand description
Aliased Type§
#[repr(C)]pub struct PhysicalDeviceTimelineSemaphoreFeaturesKHR {
pub s_type: StructureType,
pub next: *mut c_void,
pub timeline_semaphore: u32,
}Fields§
§s_type: StructureType§next: *mut c_void§timeline_semaphore: u32