]> git.sesse.net Git - movit/blob - header.vert
Fix the blur so it is much prettier, by not sampling from a mipmap in the second...
[movit] / header.vert
1 vec2 read_input()
2 {
3         return gl_MultiTexCoord0.st;
4 }
5
6 #define LAST_INPUT read_input