]> git.sesse.net Git - movit/blob - footer.frag
Add tests to check that rewriting works, and that gamma conversions are or are not...
[movit] / footer.frag
1 void main()
2 {
3         gl_FragColor = INPUT(tc);
4 }