From 94d14f6cd223a2c90f2a177f5b1dfc55fb8d659a Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 20 Aug 2009 10:44:32 -0600 Subject: progs/glsl: more comments in shtest.c --- progs/glsl/shtest.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'progs') diff --git a/progs/glsl/shtest.c b/progs/glsl/shtest.c index 2622af1313..54b12cc50b 100644 --- a/progs/glsl/shtest.c +++ b/progs/glsl/shtest.c @@ -21,6 +21,8 @@ * fs shader.frag * uniform pi 3.14159 * uniform v1 1.0 0.5 0.2 0.3 + * texture 0 texture0.rgb + * texture 1 texture1.rgb * */ -- cgit v1.2.3