commit | 33ffbd1c58dc8582f67d946f9eb26127e9851a10 | [log] [tgz] |
---|---|---|
author | Daniel Borca <dborca@users.sourceforge.net> | Tue May 04 06:27:06 2004 +0000 |
committer | Daniel Borca <dborca@users.sourceforge.net> | Tue May 04 06:27:06 2004 +0000 |
tree | a3a97552ee012bb549701e0b98020e6adaf3e479 | |
parent | abe4a72cfcde712d4b18832e2751d26b94a7718e [diff] [blame] |
texture compression: getting warmer
diff --git a/progs/tests/texcmp.c b/progs/tests/texcmp.c index dc6a96c..fe3f58c 100644 --- a/progs/tests/texcmp.c +++ b/progs/tests/texcmp.c
@@ -37,6 +37,8 @@ static const char *TextureName (GLenum TC) { switch (TC) { + case GL_RGB: + return "RGB"; case GL_RGBA: return "RGBA"; case GL_COMPRESSED_RGB: