MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ copy_buffer

std::function<void(void*, void*, size_t, size_t, size_t)> MayaFlux::Registry::Service::BufferService::copy_buffer

Copy a contiguous byte range from one device buffer to another.

Parameters
srcSource buffer handle (opaque to caller).
dstDestination buffer handle (opaque to caller).
sizeByte count to copy.
src_offsetByte offset into source.
dst_offsetByte offset into destination.

Recorded into a single-use command buffer and submitted synchronously. Caller must ensure both buffers are device-accessible.

Definition at line 61 of file BufferService.hpp.