]> git.sesse.net Git - movit/blob - sandbox_effect.frag
30e03e44f59eeae9ed1cfec1d9d7158666a8617b
[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 LAST_INPUT(tc);
5 }