Skip to main content

PFN_vkGetDeviceImageSubresourceLayoutKHR

Type Alias PFN_vkGetDeviceImageSubresourceLayoutKHR 

Source
pub type PFN_vkGetDeviceImageSubresourceLayoutKHR = PFN_vkGetDeviceImageSubresourceLayout;

Aliased Type§

pub enum PFN_vkGetDeviceImageSubresourceLayoutKHR {
    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.