浏览代码

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 );