]> git.sesse.net Git - movit/blob - footer.frag
Revert "Move calculation of normalized position for the vignette into the vertex...
[movit] / footer.frag
1 void main()
2 {
3         gl_FragColor = LAST_INPUT(tc);
4 }