void setActive()
Set this texture active as Texture 0 GL Texture must be created before running this method...
Definition: Texture.cpp:49
Represents OpenGL texture.
Definition: Texture.h:21
void createGlTexture()
Creates OpenGL Texture from pixel data Texture must be loaded before running this method...
Definition: Texture.cpp:34
void loadTexture(const char *file)
Loads Texture data from image file.
Definition: Texture.cpp:26
~Texture()
Definition: Texture.cpp:15