Type Alias PhysicalDeviceTimelineSemaphoreFeaturesKHR

Source
pub type PhysicalDeviceTimelineSemaphoreFeaturesKHR = PhysicalDeviceTimelineSemaphoreFeatures;

Aliased Type§

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

Fields§

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

Trait Implementations

Source§

impl Default for PhysicalDeviceTimelineSemaphoreFeatures

Source§

fn default() -> Self

Returns the “default value” for a type. Read more