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§
None
No value.
Some(unsafe extern "system" fn(_: *mut VkPhysicalDevice_T, _: *const VkPhysicalDeviceExternalFenceInfo, _: *mut VkExternalFenceProperties))
Some value of type T.