]> git.sesse.net Git - movit/blobdiff - footer.vert
Actually implement multiple inputs to phases. Surprising amounts of stuff needed...
[movit] / footer.vert
index 916eea9a90f2ebdd81772bc2cbf0e71098a68e21..671f52b9427d8e672f1a10388b9016385310ecd8 100644 (file)
@@ -2,6 +2,6 @@ varying vec2 tc;
 
 void main()
 {
-       tc = LAST_INPUT(tc);
+       tc = INPUT();
         gl_Position = ftransform();
 }