[][src]Function wgpu_native::wgpu_command_buffer_copy_buffer_to_buffer

#[no_mangle]
pub extern "C" fn wgpu_command_buffer_copy_buffer_to_buffer(
    command_buffer_id: CommandBufferId,
    src: BufferId,
    src_offset: u32,
    dst: BufferId,
    dst_offset: u32,
    size: u32
)