enum ImageFileFormat { ImageFile_Unopened, ImageFile_Unknown, ImageFile_JPEG, ImageFile_DDS, ImageFile_PNG, ImageFile_TGA, ImageFile_PVR, ImageFile_KTX, ImageFile_GXT, ImageFile_GTX, ImageFile_GNF, ImageFile_SIF, ImageFile_Other };
ImageFileFormat is an enumeration including file formats supported and/or used by GFx.
Members |
Description |
ImageFile_Unopened |
Image file format not yet determined since no attempt was made to open the file. |
ImageFile_Unknown |
Image format unknown even though the file was opened. |
ImageFile_JPEG | |
ImageFile_DDS |
DDS compressed texture file format. |
ImageFile_PNG |
PNG image file format. |
ImageFile_TGA |
TGA image file format. |
ImageFile_PVR |
PVR compressed texture file format (for mobile devices). |
ImageFile_KTX |
KTX compressed texture file format (for mobile devices). |
ImageFile_SIF |
Scaleform Image format to store platform specific (Swizzled/Packed) formats |
Render_ImageFile.h