]> git.sesse.net Git - movit/blob - footer.frag
Add some fp16 conversion overloads, for making code that can be templatized across...
[movit] / footer.frag
1 void main()
2 {
3         gl_FragColor = INPUT(tc);
4 }