Pārlūkot izejas kodu

WebGPUTextures: Clean up.

Mugen87 5 gadi atpakaļ
vecāks
revīzija
9618bc874c
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      examples/jsm/renderers/webgpu/WebGPUTextures.js

+ 1 - 1
examples/jsm/renderers/webgpu/WebGPUTextures.js

@@ -192,7 +192,7 @@ class WebGPUTextures {
 
 			if ( image !== undefined ) {
 
-				// 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
 
 				this._uploadTexture( image, textureGPU );