]> git.sesse.net Git - movit/blobdiff - header.vert
Make the blur use the resize functionality, which also unbreaks the in-between sampli...
[movit] / header.vert
index 3ab870d97fa6fdcfdd8b7b98e0394c80efbdf8cf..d37809a3a9af7e01f2bfe1f42f23f7a5844e27d6 100644 (file)
@@ -3,4 +3,4 @@ vec2 read_input()
        return gl_MultiTexCoord0.st;
 }
 
-#define LAST_INPUT read_input
+#define INPUT read_input