Class TextureFactory

Class Documentation

class TextureFactory

Public Static 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.

static void saveTexture(const Texture &texture, std::string filename)

TODO.