copyBufferToTexture method
void
copyBufferToTexture(
- GPUImageCopyBuffer source,
- GPUImageCopyTexture destination,
- GPUExtent3D copySize
The copyBufferToTexture()
method of the
GPUCommandEncoder interface encodes a command that copies data from a
GPUBuffer to a GPUTexture.
Implementation
external void copyBufferToTexture(
GPUImageCopyBuffer source,
GPUImageCopyTexture destination,
GPUExtent3D copySize,
);