|
Practical Tools for Simple Design
|
Public Member Functions | |
| Texture (GLint format, int width, int height, const void *data, bool useAA) | |
| Texture (const Texture &)=delete | |
| Texture (Texture &&texture) | |
| Texture & | operator= (const Texture &)=delete |
| Texture & | operator= (Texture &&other) |
| GLuint | GetTextureId () const |
| void | Bind (int slot) const |
| void | Unbind () const |
| void | UpdateData (GLint format, int width, int height, const void *data) |
| void | UseAntiAliasing (bool useAA) |