]> git.sesse.net Git - movit/blob - footer.130.frag
Use std::scientific when outputting floats, so we do not get issues with 0.0 being...
[movit] / footer.130.frag
1 out vec4 FragColor;
2
3 void main()
4 {
5         FragColor = INPUT(tc);
6 }