Mugen87 пре 5 година
родитељ
комит
3d8f432c6b
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1 2
      examples/jsm/renderers/webgpu/WebGPUTextures.js

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

@@ -389,8 +389,7 @@ class WebGPUTextures {
 
 		this.device.defaultQueue.writeTexture(
 			{
-				texture: textureGPU,
-				mipLevel: 0 // @TODO: Support mipmaps
+				texture: textureGPU
 			},
 			data,
 			{

粤ICP备19079148号