]> git.sesse.net Git - movit/blob - footer.frag
Fix another issue where an input was used twice. Add unit tests, again.
[movit] / footer.frag
1 void main()
2 {
3         gl_FragColor = INPUT(tc);
4 }