Skip to content

Commit

Permalink
Revert "corrected builtin function use" (#36759)
Browse files Browse the repository at this point in the history
Revert "corrected builtin function use (#30461)"

This reverts commit 5a651fa.
  • Loading branch information
LordArugula authored Nov 13, 2024
1 parent c6e02b5 commit dffb678
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -235,10 +235,9 @@ const fsSource = `
varying highp vec2 vTextureCoord;
uniform sampler2D uSampler;
out vec4 fragColor;
void main(void) {
fragColor = texture(uSampler, vTextureCoord);
gl_FragColor = texture2D(uSampler, vTextureCoord);
}
`;
```
Expand Down

0 comments on commit dffb678

Please sign in to comment.