diff options
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: |