]> git.sesse.net Git - movit/blob - sandbox_effect.frag
Some small cleanups after we got rid of GLSL 1.10; we can now unify 1.30 and ES 3...
[movit] / sandbox_effect.frag
1 vec4 FUNCNAME(vec2 tc) {
2         // Your code goes here, obviously.
3         // You can use PREFIX(parm) to access the parameter you gave in.
4         return INPUT(tc);
5 }