#include <GteWICFileIO.h>
Classes | |
| class | ComInitializer |
| class | ComObject |
| struct | LoadFormatMap |
| struct | SaveFormatMap |
Static Public Member Functions | |
| static std::shared_ptr< Texture2 > | Load (std::string const &filename, bool wantMipmaps) |
| static std::shared_ptr< Texture2 > | Load (std::string const &filename, bool wantMipmaps) |
| static bool | SaveToJPEG (std::string const &filename, std::shared_ptr< Texture2 > const &texture, float imageQuality) |
| static bool | SaveToPNG (std::string const &filename, std::shared_ptr< Texture2 > const &texture) |
| static bool | SaveToPNG (std::string const &filename, std::shared_ptr< Texture2 > const &texture) |
Private Types | |
| enum | { NUM_LOAD_FORMATS = 14 } |
| enum | { NUM_SAVE_FORMATS = 11 } |
Static Private Member Functions | |
| static bool | SaveTo (std::string const &filename, std::shared_ptr< Texture2 > const &texture, float imageQuality) |
Static Private Attributes | |
| static LoadFormatMap const | msLoadFormatMap [NUM_LOAD_FORMATS] |
| static SaveFormatMap const | msSaveFormatMap [NUM_SAVE_FORMATS] |
Definition at line 19 of file GLX/GteWICFileIO.h.
|
private |
| Enumerator | |
|---|---|
| NUM_LOAD_FORMATS | |
Definition at line 72 of file MSW/GteWICFileIO.h.
|
private |
| Enumerator | |
|---|---|
| NUM_SAVE_FORMATS | |
Definition at line 80 of file MSW/GteWICFileIO.h.
|
static |
Definition at line 57 of file GLX/GteWICFileIO.cpp.
|
static |
|
staticprivate |
Definition at line 162 of file MSW/GteWICFileIO.cpp.
|
static |
Definition at line 155 of file MSW/GteWICFileIO.cpp.
|
static |
Definition at line 253 of file GLX/GteWICFileIO.cpp.
|
static |
|
staticprivate |
Definition at line 73 of file MSW/GteWICFileIO.h.
|
staticprivate |
Definition at line 81 of file MSW/GteWICFileIO.h.