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 8ee8867 commit b9e89d6Copy full SHA for b9e89d6
src/webgl/p5.RendererGL.js
@@ -2023,7 +2023,7 @@ p5.RendererGL = class RendererGL extends p5.Renderer {
2023
},
2024
fragment: {
2025
'void beforeFragment': '() {}',
2026
- 'Inputs getPixelInputs': '(Inputs inputs) { return inputs }',
+ 'Inputs getPixelInputs': '(Inputs inputs) { return inputs; }',
2027
'vec4 getFinalColor': '(vec4 color) { return color; }',
2028
'bool shouldDiscard': '(bool outside) { return outside; }',
2029
'void afterFragment': '() {}'
0 commit comments