virtual int getHeight() const =0
Returns the height of the texture in pixels.
Type
Definition Texture.hpp:17
@ RGB_16
Definition Texture.hpp:28
@ RGB_32
Definition Texture.hpp:30
@ UNKNOWN
Definition Texture.hpp:21
@ RGB_8
Definition Texture.hpp:26
@ RGBA_32
Definition Texture.hpp:29
@ RGBA_8
Definition Texture.hpp:25
@ RGBA_16
Definition Texture.hpp:27
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