]> git.sesse.net Git - movit/commitdiff
Add missing file mipmap_needing_effect.frag.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 13 Oct 2012 13:41:41 +0000 (15:41 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 13 Oct 2012 13:41:41 +0000 (15:41 +0200)
mipmap_needing_effect.frag [new file with mode: 0644]

diff --git a/mipmap_needing_effect.frag b/mipmap_needing_effect.frag
new file mode 100644 (file)
index 0000000..ef4a516
--- /dev/null
@@ -0,0 +1,5 @@
+// Used only for testing.
+vec4 FUNCNAME(vec2 tc)
+{
+       return INPUT(tc * vec2(4.0f));
+}