We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aefda9b commit 0194798Copy full SHA for 0194798
examples/webgpu_compute_texture.html
@@ -60,7 +60,7 @@
60
const storageTexture = new THREE.Texture();
61
storageTexture.image = { width, height };
62
storageTexture.magFilter = THREE.LinearFilter;
63
- storageTexture.minFilter = THREE.NearestFilter;
+ storageTexture.minFilter = THREE.LinearFilter;
64
65
// create function
66
0 commit comments