]> git.sesse.net Git - movit/blob - footer.frag
Make the blur into a simple, Gaussian horizontal blur. Still not very good.
[movit] / footer.frag
1 void main()
2 {
3         gl_FragColor = LAST_INPUT(tc);
4 }