]> git.sesse.net Git - movit/blob - footer.frag
Move the GL_UNPACK_ALIGNMENT setting into the texture creation, so that clients won...
[movit] / footer.frag
1 void main()
2 {
3         gl_FragColor = INPUT(tc);
4 }