- Added support for DDS textures compressed with DXT1, DXT3, or DXT5.
SVN r309 (trunk)
This commit is contained in:
parent
848097cd2e
commit
a69d7f529e
5 changed files with 1336 additions and 622 deletions
|
|
@ -67,8 +67,9 @@ FTexture * FTexture::CreateTexture (int lumpnum, int usetype)
|
|||
{ FIMGZTexture::Check, FIMGZTexture::Create, FTexture::TEX_Any },
|
||||
{ FPNGTexture::Check, FPNGTexture::Create, FTexture::TEX_Any },
|
||||
{ FJPEGTexture::Check, FJPEGTexture::Create, FTexture::TEX_Any },
|
||||
{ FTGATexture::Check, FTGATexture::Create, FTexture::TEX_Any },
|
||||
{ FDDSTexture::Check, FDDSTexture::Create, FTexture::TEX_Any },
|
||||
{ FPCXTexture::Check, FPCXTexture::Create, FTexture::TEX_Any },
|
||||
{ FTGATexture::Check, FTGATexture::Create, FTexture::TEX_Any },
|
||||
{ FRawPageTexture::Check, FRawPageTexture::Create, FTexture::TEX_MiscPatch },
|
||||
{ FFlatTexture::Check, FFlatTexture::Create, FTexture::TEX_Flat },
|
||||
{ FPatchTexture::Check, FPatchTexture::Create, FTexture::TEX_Any },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue