]> git.sesse.net Git - movit/blob - footer.130.frag
When the texture freelist is too large, cut from the back, not the front.
[movit] / footer.130.frag
1 out vec4 FragColor;
2
3 void main()
4 {
5         FragColor = INPUT(tc);
6 }