]> git.sesse.net Git - movit/blob - footer.frag
Add an assert to expect_equal() to make sure people send in reasonable widths and...
[movit] / footer.frag
1 void main()
2 {
3         gl_FragColor = INPUT(tc);
4 }