From 117319c7626096c90052fc855a3d780d7300afc6 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sat, 13 Oct 2012 15:41:41 +0200 Subject: [PATCH] Add missing file mipmap_needing_effect.frag. --- mipmap_needing_effect.frag | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 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)); +} -- 2.39.2