Skip to content

Commit 9618bc8

Browse files
committed
WebGPUTextures: Clean up.
1 parent 16d8e2e commit 9618bc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/jsm/renderers/webgpu/WebGPUTextures.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ class WebGPUTextures {
192192

193193
if ( image !== undefined ) {
194194

195-
// assuming ImageBitmap. Directly start operation of the contents of ImageBitmap into the destination texture
195+
// assuming ImageBitmap. Directly start copy operation of the contents of ImageBitmap into the destination texture
196196

197197
this._uploadTexture( image, textureGPU );
198198

0 commit comments

Comments
 (0)