fix missing main()
This commit is contained in:
parent
abca0edae5
commit
3d6c1bf630
1 changed files with 1 additions and 1 deletions
|
|
@ -357,7 +357,7 @@ float bloom(vec2 uv2) {
|
|||
* smoothstep(0., -SMOOTH*20., stdRS(uvC, -0.02)) * 0.5;
|
||||
}
|
||||
|
||||
void mainImage(out vec4 fragColor) {
|
||||
void main(out vec4 fragColor) {
|
||||
vec2 uv = vec2(gl_FragCoord.x, uResolution.y - gl_FragCoord.y);
|
||||
vec2 uvT = ROWCOLS * FONT_SIZE * uv / uResolution.xy;
|
||||
vec2 uvG = floor(ROWCOLS * uv / uResolution.xy);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue