]> git.sesse.net Git - movit/blob - footer.frag
Make combine_two_samples() into a template instead of having manual rounding checks.
[movit] / footer.frag
1 void main()
2 {
3         gl_FragColor = INPUT(tc);
4 }