]> git.sesse.net Git - movit/blob - footer.frag
Yet another use-NULL-instead-of-giving-in-empty-stuff cleanup.
[movit] / footer.frag
1 void main()
2 {
3         gl_FragColor = LAST_INPUT(tc);
4 }