diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2006-01-30 17:13:19 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2006-01-30 17:13:19 +0000 |
commit | 4b4cc650e1e7ba4925728c34c37358a3bc5a14a3 (patch) | |
tree | 6e4e1ed9e9cecebff8c7c8d9ce78a7dc503c4a15 /progs | |
parent | 781c54a5b84cb9af6d8e760c6a4222ed13bbdf98 (diff) |
updated comment
Diffstat (limited to 'progs')
-rw-r--r-- | progs/tests/afsmultiarb.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/progs/tests/afsmultiarb.c b/progs/tests/afsmultiarb.c index bd7ed7bff4..c026ecd4ce 100644 --- a/progs/tests/afsmultiarb.c +++ b/progs/tests/afsmultiarb.c @@ -1,13 +1,9 @@ - /* - * GL_ARB_multitexture demo + * GL_ATI_fragment_shader test + * Roland Scheidegger * * Command line options: * -info print GL implementation information - * - * - * Brian Paul November 1998 This program is in the public domain. - * Modified on 12 Feb 2002 for > 2 texture units. */ |