static void saveTexture(const Texture &texture, std::string filename)
TODO.
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 b...
This class represents a texture.