pub type PFN_vkGetPhysicalDeviceFormatProperties2KHR = Option<unsafe extern "system" fn(physicalDevice: VkPhysicalDevice, format: VkFormat, pFormatProperties: *mut VkFormatProperties2)>;

Aliased Type§

enum PFN_vkGetPhysicalDeviceFormatProperties2KHR {
    None,
    Some(unsafe extern "system" fn(_: *mut VkPhysicalDevice_T, _: u32, _: *mut VkFormatProperties2)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *mut VkPhysicalDevice_T, _: u32, _: *mut VkFormatProperties2))

Some value of type T.