]> git.sesse.net Git - movit/blob - blue.frag
Some small cleanups after we got rid of GLSL 1.10; we can now unify 1.30 and ES 3...
[movit] / blue.frag
1 vec4 FUNCNAME(vec2 tc) {
2         return vec4(0.0, 0.0, 1.0, 1.0);
3 }