|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| std::function<std::shared_ptr<void>(void*, void*, size_t, size_t, size_t)> MayaFlux::Registry::Service::BufferService::copy_buffer_fenced |
Copy a byte range between two device buffers without blocking the graphics queue.
| src | Source buffer handle (opaque VkBuffer). |
| dst | Destination buffer handle (opaque VkBuffer). |
| size | Byte count to copy. |
| src_offset | Byte offset into source. |
| dst_offset | Byte offset into destination. |
Definition at line 170 of file BufferService.hpp.