]> git.sesse.net Git - movit/blob - footer.frag
Add a “sandbox effect” that does nothing but is a useful playground for development...
[movit] / footer.frag
1 void main()
2 {
3         gl_FragColor = LAST_INPUT(tc);
4 }