pub type PFN_vkCmdCopyImage2 = Option<unsafe extern "system" fn(command_buffer: CommandBuffer, p_copy_image_info: *const CopyImageInfo2)>;Expand description
vkCmdCopyImage2
Provided by VK_BASE_VERSION_1_3.
§Thread Safety
commandBuffermust be externally synchronized
Aliased Type§
pub enum PFN_vkCmdCopyImage2 {
None,
Some(unsafe extern "system" fn(CommandBuffer, *const CopyImageInfo2)),
}Variants§
None
No value.
Some(unsafe extern "system" fn(CommandBuffer, *const CopyImageInfo2))
Some value of type T.