Type Alias PhysicalDeviceTimelineSemaphoreFeaturesKHR

Source
pub type PhysicalDeviceTimelineSemaphoreFeaturesKHR = PhysicalDeviceTimelineSemaphoreFeatures;

Aliased Type§

#[repr(C)]
pub struct PhysicalDeviceTimelineSemaphoreFeaturesKHR { pub sType: u32, pub pNext: *mut c_void, pub timelineSemaphore: u32, }

Fields§

§sType: u32§pNext: *mut c_void§timelineSemaphore: u32