Skip to main content

PhysicalDeviceTimelineSemaphorePropertiesKHR

Type Alias PhysicalDeviceTimelineSemaphorePropertiesKHR 

Source
pub type PhysicalDeviceTimelineSemaphorePropertiesKHR = PhysicalDeviceTimelineSemaphoreProperties;

Aliased Type§

#[repr(C)]
pub struct PhysicalDeviceTimelineSemaphorePropertiesKHR { pub s_type: StructureType, pub p_next: *mut c_void, pub max_timeline_semaphore_value_difference: u64, }

Fields§

§s_type: StructureType

Must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TIMELINE_SEMAPHORE_PROPERTIES.

§p_next: *mut c_void

Optional, may be null.

§max_timeline_semaphore_value_difference: u64