]> git.sesse.net Git - movit/blob - footer.frag
Fix the blur so it is much prettier, by not sampling from a mipmap in the second...
[movit] / footer.frag
1 void main()
2 {
3         gl_FragColor = LAST_INPUT(tc);
4 }