Skip to main content

PFN_vkGetImageSubresourceLayout2KHR

Type Alias PFN_vkGetImageSubresourceLayout2KHR 

Source
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§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(VkDevice, VkImage, *const VkImageSubresource2, *mut VkSubresourceLayout2))

Some value of type T.