]> git.sesse.net Git - movit/blob - footer.frag
Kill the vertex shader system; it is too complicated to get it right until we have...
[movit] / footer.frag
1 void main()
2 {
3         gl_FragColor = LAST_INPUT(tc);
4 }