]> git.sesse.net Git - movit/blob - footer.frag
Try to adjust the mip levels to get box blur for free as needed.
[movit] / footer.frag
1 void main()
2 {
3         gl_FragColor = LAST_INPUT(tc);
4 }