pub type PFN_vkGetPhysicalDeviceMemoryProperties2KHR = Option<unsafe extern "system" fn(physicalDevice: VkPhysicalDevice, pMemoryProperties: *mut VkPhysicalDeviceMemoryProperties2)>;Aliased Type§
enum PFN_vkGetPhysicalDeviceMemoryProperties2KHR {
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.