Skip to main content

PFN_vkGetDeviceImageSubresourceLayout

Type Alias PFN_vkGetDeviceImageSubresourceLayout 

Source
pub type PFN_vkGetDeviceImageSubresourceLayout = Option<unsafe extern "system" fn(device: Device, p_info: *const DeviceImageSubresourceInfo, p_layout: *mut SubresourceLayout2)>;
Expand description

vkGetDeviceImageSubresourceLayout Provided by VK_BASE_VERSION_1_4.

Aliased Type§

pub enum PFN_vkGetDeviceImageSubresourceLayout {
    None,
    Some(unsafe extern "system" fn(Device, *const DeviceImageSubresourceInfo, *mut SubresourceLayout2)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.