bool loaded
Definition: Texture.hpp:59
Type
Definition: Texture.hpp:17
virtual int getDepth() const =0
Returns the depth of the texture in pixels.
virtual int getHeight() const =0
Returns the height of the texture in pixels.
bool isLoaded() const
Definition: Texture.hpp:51
virtual int getWidth() const =0
Returns the width of the texture in pixels.
This is a base texture class that serves as a base class for other texture types.
Definition: Texture.hpp:15
Type type
Definition: Texture.hpp:60
virtual ~Texture()=default