Type Alias VkPhysicalDeviceTimelineSemaphoreFeaturesKHR

Source
pub type VkPhysicalDeviceTimelineSemaphoreFeaturesKHR = VkPhysicalDeviceTimelineSemaphoreFeatures;

Aliased Type§

struct VkPhysicalDeviceTimelineSemaphoreFeaturesKHR {
    pub sType: u32,
    pub pNext: *mut c_void,
    pub timelineSemaphore: u32,
}

Fields§

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