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