]> git.sesse.net Git - movit/blob - footer.frag
MipmapGenerationWorks should be run with linear in/out (there was a cut-and-paste...
[movit] / footer.frag
1 void main()
2 {
3         gl_FragColor = INPUT(tc);
4 }