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