diff options
author | Daniel Borca <[email protected]> | 2004-05-04 06:27:06 +0000 |
---|---|---|
committer | Daniel Borca <[email protected]> | 2004-05-04 06:27:06 +0000 |
commit | 33ffbd1c58dc8582f67d946f9eb26127e9851a10 (patch) | |
tree | a3a97552ee012bb549701e0b98020e6adaf3e479 /progs/tests | |
parent | abe4a72cfcde712d4b18832e2751d26b94a7718e (diff) |
texture compression: getting warmer
Diffstat (limited to 'progs/tests')
-rw-r--r-- | progs/tests/texcmp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/progs/tests/texcmp.c b/progs/tests/texcmp.c index dc6a96cec69..fe3f58cf347 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: |