]> git.sesse.net Git - movit/blob - footer.frag
Install effect_util.h; it is useful for people implementing their own effects.
[movit] / footer.frag
1 void main()
2 {
3         gl_FragColor = INPUT(tc);
4 }