diff --git a/examples/jsm/renderers/webgpu/utils/WebGPUTextureUtils.js b/examples/jsm/renderers/webgpu/utils/WebGPUTextureUtils.js index d81dd92e092dee..5af43e9b31c91d 100644 --- a/examples/jsm/renderers/webgpu/utils/WebGPUTextureUtils.js +++ b/examples/jsm/renderers/webgpu/utils/WebGPUTextureUtils.js @@ -239,7 +239,7 @@ class WebGPUTextureUtils { if ( texture.isDataTexture || texture.isDataArrayTexture || texture.isData3DTexture ) { - this._copyBufferToTexture( options.image, textureData.texture, textureDescriptorGPU, 0, texture.flipY ); + this._copyBufferToTexture( options.image, textureData.texture, textureDescriptorGPU, 0, false ); } else if ( texture.isCompressedTexture ) {