pub type PFN_vkGetImageSubresourceLayout2KHR = PFN_vkGetImageSubresourceLayout2;Expand description
vkGetImageSubresourceLayout2KHR = vkGetImageSubresourceLayout2
Aliased Type§
pub enum PFN_vkGetImageSubresourceLayout2KHR {
None,
Some(unsafe extern "system" fn(VkDevice, VkImage, *const VkImageSubresource2, *mut VkSubresourceLayout2)),
}Variants§
None
No value.
Some(unsafe extern "system" fn(VkDevice, VkImage, *const VkImageSubresource2, *mut VkSubresourceLayout2))
Some value of type T.