copyBufferToBuffer method
void
copyBufferToBuffer()
The copyBufferToBuffer()
method of the
GPUCommandEncoder interface encodes a command that copies data from one
GPUBuffer to another.
Implementation
external void copyBufferToBuffer(
GPUBuffer source,
GPUSize64 sourceOffset,
GPUBuffer destination,
GPUSize64 destinationOffset,
GPUSize64 size,
);