copyBufferToBuffer method
void
copyBufferToBuffer()
Straight buffer-to-buffer bytes, for whoever is moving a staged upload into its final home rather than writing it through the queue.
Implementation
external void copyBufferToBuffer(
GPUBuffer source,
int sourceOffset,
GPUBuffer destination,
int destinationOffset,
int size,
);