]> git.sesse.net Git - movit/blob - footer.frag
Flesh out the blur code a little. It actually blurs now, although it is not as pretty...
[movit] / footer.frag
1 void main()
2 {
3         gl_FragColor = LAST_INPUT(tc);
4 }