]> git.sesse.net Git - movit/blob - footer.frag
Now that we render to an FBO, we can do with a much smaller window for the test.
[movit] / footer.frag
1 void main()
2 {
3         gl_FragColor = INPUT(tc);
4 }