pub type PhysicalDeviceTimelineSemaphorePropertiesKHR<'a> = PhysicalDeviceTimelineSemaphoreProperties<'a>;

Aliased Type§

struct PhysicalDeviceTimelineSemaphorePropertiesKHR<'a> {
    pub s_type: StructureType,
    pub p_next: *mut c_void,
    pub max_timeline_semaphore_value_difference: u64,
    pub _marker: PhantomData<&'a ()>,
}

Fields§

§s_type: StructureType§p_next: *mut c_void§max_timeline_semaphore_value_difference: u64§_marker: PhantomData<&'a ()>