]> git.sesse.net Git - movit/blob - footer.glsl
Make check_error() output the file as well as the line, now that we have several.
[movit] / footer.glsl
1 void main()
2 {
3         gl_FragColor = LAST_INPUT(tc);
4 }