X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=sandbox_effect.frag;h=c40b4cdd3cccc700dc9318d8b71f2ae7dedf5c24;hp=30e03e44f59eeae9ed1cfec1d9d7158666a8617b;hb=refs%2Fheads%2Fepoxy;hpb=0b4a4101426130d2b7037cdb219d5c05b8d4c3d3 diff --git a/sandbox_effect.frag b/sandbox_effect.frag index 30e03e4..c40b4cd 100644 --- a/sandbox_effect.frag +++ b/sandbox_effect.frag @@ -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); }