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 71f0b6a commit 59b0249Copy full SHA for 59b0249
src/materials/shaders/copy.frag
@@ -26,7 +26,7 @@ void main() {
26
27
#ifdef COLOR_WRITE
28
29
- vec4 texel = texture2D(inputBuffer, vUv);
+ vec4 texel = texture(inputBuffer, vUv);
30
31
#ifdef USE_WEIGHTS
32
0 commit comments