pub type PFN_vkGetPhysicalDeviceExternalFenceProperties = Option<unsafe extern "system" fn(physicalDevice: VkPhysicalDevice, pExternalFenceInfo: *const VkPhysicalDeviceExternalFenceInfo, pExternalFenceProperties: *mut VkExternalFenceProperties)>;Aliased Type§
pub 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.