virtual void getSize(int *width, int *height) const =0
Gets the size of the texture.
virtual void setSize(int width, int height)=0
Sets the size of the texture.
Base class defining the interface for a Rectangle Graphics Texture.
Definition: TextureRectangle.h:30
Base class defining the interface for a Graphics Texture.
Definition: Texture.h:28