]> git.sesse.net Git - movit/blob - footer.frag
When correcting for white balance, move the D65 normalization into compute_lms_scalin...
[movit] / footer.frag
1 void main()
2 {
3         gl_FragColor = INPUT(tc);
4 }