pub type PFN_vkGetPhysicalDeviceFormatProperties = Option<unsafe extern "system" fn(physicalDevice: VkPhysicalDevice, format: VkFormat, pFormatProperties: *mut VkFormatProperties)>;Aliased Type§
pub enum PFN_vkGetPhysicalDeviceFormatProperties {
None,
Some(unsafe extern "system" fn(*mut VkPhysicalDevice_T, u32, *mut VkFormatProperties)),
}Variants§
None
No value.
Some(unsafe extern "system" fn(*mut VkPhysicalDevice_T, u32, *mut VkFormatProperties))
Some value of type T.