mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-22 20:11:44 +00:00
tiny fix
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5213 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
04c14f4600
commit
6b712a4404
1 changed files with 2 additions and 2 deletions
|
@ -2721,8 +2721,8 @@ static struct pendingtextureinfo *Image_ReadKTXFile(unsigned int flags, char *fn
|
|||
case 0x8045/*GL_LUMINANCE8_ALPHA8*/: encoding = PTI_LUMINANCE8_ALPHA8; break;
|
||||
case 0x8051/*GL_RGB8*/: encoding = PTI_RGB8; break;
|
||||
// case 0x????/*GL_BGR8_EXT*/: encoding = PTI_BGR8; break;
|
||||
case GL_RGBA16F_ARB: encoding = PTI_RGBA16F; break;
|
||||
case GL_RGBA32F_ARB: encoding = PTI_RGBA32F; break;
|
||||
case 0x881A/*GL_RGBA16F_ARB*/: encoding = PTI_RGBA16F; break;
|
||||
case 0x8814/*GL_RGBA32F_ARB*/: encoding = PTI_RGBA32F; break;
|
||||
|
||||
//note: this could be pretty much anything, including 24bit data.
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue