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