]> git.sesse.net Git - movit/blob - footer.130.frag
Fix a bug when scaling and doing offset at the same time. (At least one more remains.)
[movit] / footer.130.frag
1 out vec4 FragColor;
2
3 void main()
4 {
5         FragColor = INPUT(tc);
6 }