]> git.sesse.net Git - movit/blobdiff - sandbox_effect.frag
Merge branch 'master' into epoxy
[movit] / sandbox_effect.frag
index 30e03e44f59eeae9ed1cfec1d9d7158666a8617b..c40b4cdd3cccc700dc9318d8b71f2ae7dedf5c24 100644 (file)
@@ -1,5 +1,5 @@
 vec4 FUNCNAME(vec2 tc) {
        // Your code goes here, obviously.
        // You can use PREFIX(parm) to access the parameter you gave in.
-       return LAST_INPUT(tc);
+       return INPUT(tc);
 }