]> git.sesse.net Git - movit/blob - header.vert
Write PNGs instead of PPMs, so that we get destination alpha. Also, ask SDL for a...
[movit] / header.vert
1 vec2 read_input()
2 {
3         return gl_MultiTexCoord0.st;
4 }
5
6 #define INPUT read_input