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