]> git.sesse.net Git - movit/blob - footer.glsl
Output convenience uniforms per effect. Also, do not rely on the preprocessor support...
[movit] / footer.glsl
1 void main()
2 {
3         gl_FragColor = LAST_INPUT(tc);
4 }