From: Brian Paul Date: Thu, 20 Aug 2009 16:44:32 +0000 (-0600) Subject: progs/glsl: more comments in shtest.c X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=94d14f6cd223a2c90f2a177f5b1dfc55fb8d659a;p=mesa.git progs/glsl: more comments in shtest.c --- diff --git a/progs/glsl/shtest.c b/progs/glsl/shtest.c index 2622af13138..54b12cc50ba 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 * */