Uploads data from a transfer buffer to a buffer.
The upload occurs on the GPU timeline. You may assume that the upload has finished in subsequent commands.
a copy pass handle.
the source transfer buffer with offset.
the destination buffer with offset and size.
if true, cycles the buffer if it is already bound, otherwise overwrites the data.
See Implementation
Uploads data from a transfer buffer to a buffer.
The upload occurs on the GPU timeline. You may assume that the upload has finished in subsequent commands.