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