Skip to main content

PFN_vkGetImageSubresourceLayout2

Type Alias PFN_vkGetImageSubresourceLayout2 

Source
pub type PFN_vkGetImageSubresourceLayout2 = Option<unsafe extern "system" fn(device: Device, image: Image, p_subresource: *const ImageSubresource2, p_layout: *mut SubresourceLayout2)>;
Expand description

vkGetImageSubresourceLayout2 Provided by VK_BASE_VERSION_1_4.

Aliased Type§

pub enum PFN_vkGetImageSubresourceLayout2 {
    None,
    Some(unsafe extern "system" fn(Device, Image, *const ImageSubresource2, *mut SubresourceLayout2)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(Device, Image, *const ImageSubresource2, *mut SubresourceLayout2))

Some value of type T.