]> git.sesse.net Git - movit/blobdiff - header.frag
Add an assert to expect_equal() to make sure people send in reasonable widths and...
[movit] / header.frag
index 539eb8d07cee1911000bef475240c384ebd75d5b..86c5730d2da831367d106ffe69b0033e114d7c75 100644 (file)
@@ -1,9 +1 @@
-uniform sampler2D input_tex;
 varying vec2 tc;
-
-vec4 read_input(vec2 tc)
-{
-       return texture2D(input_tex, tc.st);
-}
-
-#define INPUT read_input