Skip to content

Commit 3d8f432

Browse files
committed
WebGPUTextures: Clean up.
1 parent 9a6f648 commit 3d8f432

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/jsm/renderers/webgpu/WebGPUTextures.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -389,8 +389,7 @@ class WebGPUTextures {
389389

390390
this.device.defaultQueue.writeTexture(
391391
{
392-
texture: textureGPU,
393-
mipLevel: 0 // @TODO: Support mipmaps
392+
texture: textureGPU
394393
},
395394
data,
396395
{

0 commit comments

Comments
 (0)