]> git.sesse.net Git - movit/blob - footer.glsl
 Vignette actually looks really nice in linear light; update effectlist.txt.
[movit] / footer.glsl
1 void main()
2 {
3         gl_FragColor = LAST_INPUT(tc);
4 }