]> git.sesse.net Git - movit/blob - footer.frag
Support changing resolution in effects, and add a simple ResizeEffect that does that...
[movit] / footer.frag
1 void main()
2 {
3         gl_FragColor = INPUT(tc);
4 }