#include <TextureFactory.hpp>
Static Public Member Functions | |
static Texture | readTexture (std::string filename) |
Returns a new texture if the file contains readable image data or a null point if the file couldn't be parsed. More... | |
static void | saveTexture (const Texture &texture, std::string filename) |
TODO. More... | |
Definition at line 47 of file TextureFactory.hpp.
|
static |
Returns a new texture if the file contains readable image data or a null point if the file couldn't be parsed.
Definition at line 54 of file TextureFactory.cpp.
|
static |
TODO.
Definition at line 79 of file TextureFactory.cpp.