Skip to main content

CmdCopyBuffer2

Type Alias CmdCopyBuffer2 

Source
pub type CmdCopyBuffer2 = unsafe extern "C" fn(command_buffer: CommandBuffer, p_copy_buffer_info: *const CopyBufferInfo2);
Expand description

Chapter: Copy Commands
Description: Copy data between buffer regions
Provided by: VK_VERSION_1_3
Reference: vkCmdCopyBuffer2