pub type PFN_vkGetDeviceImageSubresourceLayoutKHR = PFN_vkGetDeviceImageSubresourceLayout;Aliased Type§
pub enum PFN_vkGetDeviceImageSubresourceLayoutKHR {
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.