]> git.sesse.net Git - movit/blob - footer.frag
Write PNGs instead of PPMs, so that we get destination alpha. Also, ask SDL for a...
[movit] / footer.frag
1 void main()
2 {
3         gl_FragColor = INPUT(tc);
4 }