]> git.sesse.net Git - movit/blob - footer.frag
Properly install texture1d.frag, which is needed during init.
[movit] / footer.frag
1 void main()
2 {
3         gl_FragColor = INPUT(tc);
4 }