]> git.sesse.net Git - movit/blob - footer.frag
Mark some functions in Effect as const.
[movit] / footer.frag
1 void main()
2 {
3         gl_FragColor = LAST_INPUT(tc);
4 }