]> git.sesse.net Git - movit/blob - footer.frag
Make combine_two_pixels() handle the fact that the GPU has limited subpixel interpola...
[movit] / footer.frag
1 void main()
2 {
3         gl_FragColor = INPUT(tc);
4 }