summaryrefslogtreecommitdiff
path: root/progs/tests
diff options
context:
space:
mode:
authorDaniel Borca <dborca@users.sourceforge.net>2004-05-04 06:27:06 +0000
committerDaniel Borca <dborca@users.sourceforge.net>2004-05-04 06:27:06 +0000
commit33ffbd1c58dc8582f67d946f9eb26127e9851a10 (patch)
treea3a97552ee012bb549701e0b98020e6adaf3e479 /progs/tests
parentabe4a72cfcde712d4b18832e2751d26b94a7718e (diff)
texture compression: getting warmer
Diffstat (limited to 'progs/tests')
-rw-r--r--progs/tests/texcmp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/progs/tests/texcmp.c b/progs/tests/texcmp.c
index dc6a96cec6..fe3f58cf34 100644
--- a/progs/tests/texcmp.c
+++ b/progs/tests/texcmp.c
@@ -37,6 +37,8 @@ static GLboolean fxt1, dxtc, s3tc;
static const char *TextureName (GLenum TC)
{
switch (TC) {
+ case GL_RGB:
+ return "RGB";
case GL_RGBA:
return "RGBA";
case GL_COMPRESSED_RGB: