pub type PFN_vkGetPhysicalDeviceExternalFenceProperties = Option<unsafe extern "system" fn(physicalDevice: VkPhysicalDevice, pExternalFenceInfo: *const VkPhysicalDeviceExternalFenceInfo, pExternalFenceProperties: *mut VkExternalFenceProperties)>;

Aliased Type§

enum PFN_vkGetPhysicalDeviceExternalFenceProperties {
    None,
    Some(unsafe extern "system" fn(_: *mut VkPhysicalDevice_T, _: *const VkPhysicalDeviceExternalFenceInfo, _: *mut VkExternalFenceProperties)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *mut VkPhysicalDevice_T, _: *const VkPhysicalDeviceExternalFenceInfo, _: *mut VkExternalFenceProperties))

Some value of type T.