pub type PFN_vkTransitionImageLayout = Option<unsafe extern "system" fn(device: Device, transition_count: u32, p_transitions: *const HostImageLayoutTransitionInfo) -> Result>;Expand description
vkTransitionImageLayout
Provided by VK_BASE_VERSION_1_4.
§Success Codes
VK_SUCCESS
§Error Codes
VK_ERROR_INITIALIZATION_FAILEDVK_ERROR_OUT_OF_HOST_MEMORYVK_ERROR_OUT_OF_DEVICE_MEMORYVK_ERROR_MEMORY_MAP_FAILEDVK_ERROR_UNKNOWNVK_ERROR_VALIDATION_FAILED
Aliased Type§
pub enum PFN_vkTransitionImageLayout {
None,
Some(unsafe extern "system" fn(Device, u32, *const HostImageLayoutTransitionInfo) -> Result),
}