pub type PhysicalDeviceTimelineSemaphorePropertiesKHR = PhysicalDeviceTimelineSemaphoreProperties;
Expand description

Aliased Type§

struct PhysicalDeviceTimelineSemaphorePropertiesKHR {
    pub s_type: StructureType,
    pub next: *mut c_void,
    pub max_timeline_semaphore_value_difference: u64,
}

Fields§

§s_type: StructureType§next: *mut c_void§max_timeline_semaphore_value_difference: u64