]> git.sesse.net Git - movit/blob - footer.frag
Note in the README that OpenGL 3.0 is sufficient.
[movit] / footer.frag
1 void main()
2 {
3         gl_FragColor = INPUT(tc);
4 }