]> git.sesse.net Git - movit/blob - footer.frag
Drop the 8-way symmetry; it causes bugs due to normalized texture coordinates.
[movit] / footer.frag
1 void main()
2 {
3         gl_FragColor = INPUT(tc);
4 }