pub type PhysicalDeviceTimelineSemaphoreFeaturesKHR = PhysicalDeviceTimelineSemaphoreFeatures;

Aliased Type§

struct PhysicalDeviceTimelineSemaphoreFeaturesKHR {
    pub s_type: StructureType,
    pub p_next: *mut c_void,
    pub timeline_semaphore: u32,
}

Fields§

§s_type: StructureType§p_next: *mut c_void§timeline_semaphore: u32