]> git.sesse.net Git - movit/blob - footer.frag
Calculate the RGB-to-XYZ matrix ourselves instead of using a “magic” one from Wikipedia.
[movit] / footer.frag
1 void main()
2 {
3         gl_FragColor = INPUT(tc);
4 }