]> git.sesse.net Git - movit/blob - footer.frag
Make a new system for meta-effects, and convert the blur to use it. Hides the two...
[movit] / footer.frag
1 void main()
2 {
3         gl_FragColor = LAST_INPUT(tc);
4 }