]> git.sesse.net Git - movit/blobdiff - header.vert
Kill the hard-coded texture enums (yay).
[movit] / header.vert
index c171645f641d77c585989a08c1ff4f239b5b119a..3ab870d97fa6fdcfdd8b7b98e0394c80efbdf8cf 100644 (file)
@@ -1,4 +1,4 @@
-vec2 read_input(vec2 tc)
+vec2 read_input()
 {
        return gl_MultiTexCoord0.st;
 }