VkPhysicalDeviceTimelineSemaphorePropertiesKHR

Type Alias VkPhysicalDeviceTimelineSemaphorePropertiesKHR 

Source
pub type VkPhysicalDeviceTimelineSemaphorePropertiesKHR = VkPhysicalDeviceTimelineSemaphoreProperties;

Aliased Type§

#[repr(C)]
pub struct VkPhysicalDeviceTimelineSemaphorePropertiesKHR { pub sType: u32, pub pNext: *mut c_void, pub maxTimelineSemaphoreValueDifference: u64, }

Fields§

§sType: u32§pNext: *mut c_void§maxTimelineSemaphoreValueDifference: u64