Skip to main content

PFN_vkGetImageSubresourceLayout

Type Alias PFN_vkGetImageSubresourceLayout 

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

vkGetImageSubresourceLayout Provided by VK_BASE_VERSION_1_0.

Aliased Type§

pub enum PFN_vkGetImageSubresourceLayout {
    None,
    Some(unsafe extern "system" fn(Device, Image, *const ImageSubresource, *mut SubresourceLayout)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(Device, Image, *const ImageSubresource, *mut SubresourceLayout))

Some value of type T.