pub type PFN_vkGetPhysicalDeviceExternalSemaphoreProperties = Option<unsafe extern "system" fn(physicalDevice: VkPhysicalDevice, pExternalSemaphoreInfo: *const VkPhysicalDeviceExternalSemaphoreInfo, pExternalSemaphoreProperties: *mut VkExternalSemaphoreProperties)>;Aliased Type§
enum PFN_vkGetPhysicalDeviceExternalSemaphoreProperties {
None,
Some(unsafe extern "system" fn(_: *mut VkPhysicalDevice_T, _: *const VkPhysicalDeviceExternalSemaphoreInfo, _: *mut VkExternalSemaphoreProperties)),
}Variants§
None
No value.
Some(unsafe extern "system" fn(_: *mut VkPhysicalDevice_T, _: *const VkPhysicalDeviceExternalSemaphoreInfo, _: *mut VkExternalSemaphoreProperties))
Some value of type T.