pub type PhysicalDeviceTimelineSemaphoreFeaturesKHR = PhysicalDeviceTimelineSemaphoreFeatures;Aliased Type§
#[repr(C)]pub struct PhysicalDeviceTimelineSemaphoreFeaturesKHR {
pub sType: i32,
pub pNext: *mut c_void,
pub timelineSemaphore: u32,
}Fields§
§sType: i32§pNext: *mut c_void§timelineSemaphore: u32