We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16d8e2e commit 9618bc8Copy full SHA for 9618bc8
examples/jsm/renderers/webgpu/WebGPUTextures.js
@@ -192,7 +192,7 @@ class WebGPUTextures {
192
193
if ( image !== undefined ) {
194
195
- // assuming ImageBitmap. Directly start operation of the contents of ImageBitmap into the destination texture
+ // assuming ImageBitmap. Directly start copy operation of the contents of ImageBitmap into the destination texture
196
197
this._uploadTexture( image, textureGPU );
198
0 commit comments