]> git.sesse.net Git - movit/blob - todo.glsl
a42869749a3626a56bd7301464524524c9c43d0c
[movit] / todo.glsl
1 // Placeholder for effects that are not done yet.
2 vec4 FUNCNAME(vec2 tc)
3 {
4         return LAST_INPUT(tc);
5 }