texture compression: getting warmer

This commit is contained in:
Daniel Borca
2004-05-04 06:27:06 +00:00
parent abe4a72cfc
commit 33ffbd1c58
6 changed files with 68 additions and 30 deletions

View File

@@ -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: