Преглед на файлове

WebGPUTextures: Clean up.

Mugen87 преди 4 години
родител
ревизия
9618bc874c
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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 );