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§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *mut VkPhysicalDevice_T, _: *const VkPhysicalDeviceExternalSemaphoreInfo, _: *mut VkExternalSemaphoreProperties))

Some value of type T.