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: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TIMELINE_SEMAPHORE_PROPERTIES.
p_next: *mut c_voidOptional, may be null.
max_timeline_semaphore_value_difference: u64