#include <Texture.h>
Public Member Functions | |
| Texture (const string &filename, bool clamp=false) | |
| const string & | getFilename () const |
| bool | getClamp () const |
Protected Attributes | |
| string | m_filename |
| bool | m_clamp |
Definition at line 28 of file Texture.h.
1.3.8