A two-dimensional texture.
Definition: Texture2D.hpp:10
Texture * GetTexture()
Get the low-level texture.
Definition: Texture2D.cpp:75
bool IsLoaded() const
Get whether the texture has been loaded yet.
Definition: Texture2D.cpp:79
~Texture2D()
Destructor.
Definition: Texture2D.cpp:70
Texture2D()
Create new texture.
Definition: Texture2D.cpp:14
A texture.
Definition: Texture.hpp:8