From: Steinar H. Gunderson Date: Sat, 13 Oct 2012 13:41:41 +0000 (+0200) Subject: Add missing file mipmap_needing_effect.frag. X-Git-Tag: 1.0~267 X-Git-Url: https://git.sesse.net/?p=movit;a=commitdiff_plain;h=117319c7626096c90052fc855a3d780d7300afc6;ds=sidebyside Add missing file mipmap_needing_effect.frag. --- diff --git a/mipmap_needing_effect.frag b/mipmap_needing_effect.frag new file mode 100644 index 0000000..ef4a516 --- /dev/null +++ b/mipmap_needing_effect.frag @@ -0,0 +1,5 @@ +// Used only for testing. +vec4 FUNCNAME(vec2 tc) +{ + return INPUT(tc * vec2(4.0f)); +}