]> git.sesse.net Git - movit/blob - footer.frag
Use the GL_RED texture format instead of GL_LUMINANCE.
[movit] / footer.frag
1 void main()
2 {
3         gl_FragColor = INPUT(tc);
4 }