diff options
author | Brian Paul <[email protected]> | 2009-08-20 10:44:32 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-08-20 10:52:13 -0600 |
commit | 94d14f6cd223a2c90f2a177f5b1dfc55fb8d659a (patch) | |
tree | 9effa7b2cce968553e395ca4baf5b049da9d8a9f /progs/glsl/shtest.c | |
parent | 45cd9d80dbc7298240b5dfaf929ecebeb5c6c6af (diff) |
progs/glsl: more comments in shtest.c
Diffstat (limited to 'progs/glsl/shtest.c')
-rw-r--r-- | progs/glsl/shtest.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 * */ |