]> git.sesse.net Git - movit/blob - footer.frag
Add a new framework for 1D-LUTs via fp16 textures. Make the gamma compression and...
[movit] / footer.frag
1 void main()
2 {
3         gl_FragColor = LAST_INPUT(tc);
4 }