]> git.sesse.net Git - movit/blob - footer.frag
Fix an issue where we could take an FBO off a freelist but not properly clean fbo_for...
[movit] / footer.frag
1 void main()
2 {
3         gl_FragColor = INPUT(tc);
4 }