|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| 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.
| src | Source buffer handle (opaque to caller). |
| dst | Destination buffer handle (opaque to caller). |
| size | Byte count to copy. |
| src_offset | Byte offset into source. |
| dst_offset | Byte 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.