pub type PFN_vkGetPhysicalDeviceProperties2 = Option<unsafe extern "system" fn(physicalDevice: VkPhysicalDevice, pProperties: *mut VkPhysicalDeviceProperties2)>;Aliased Type§
pub enum PFN_vkGetPhysicalDeviceProperties2 {
None,
Some(unsafe extern "system" fn(*mut VkPhysicalDevice_T, *mut VkPhysicalDeviceProperties2)),
}Variants§
None
No value.
Some(unsafe extern "system" fn(*mut VkPhysicalDevice_T, *mut VkPhysicalDeviceProperties2))
Some value of type T.