Performs a buffer-to-buffer copy.
This copy occurs on the GPU timeline. You may assume the copy has finished in subsequent commands.
a copy pass handle.
the buffer and offset to copy from.
the buffer and offset to copy to.
the length of the buffer to copy.
if true, cycles the destination buffer if it is already bound, otherwise overwrites the data.
See Implementation
Performs a buffer-to-buffer copy.
This copy occurs on the GPU timeline. You may assume the copy has finished in subsequent commands.