Explorar o código

WebGPUTextures: Clean up.

Mugen87 %!s(int64=4) %!d(string=hai) anos
pai
achega
9618bc874c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 );