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§
None
No value.
Some(unsafe extern "system" fn(Device, *const DeviceImageSubresourceInfo, *mut SubresourceLayout2))
Some value of type T.