![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
Inheritance diagram for inviwo::TextureBase:Public Member Functions | |
| void | bind () const |
| GLuint | getID () const |
| GLenum | getTarget () const |
| TextureBase & | operator= (const TextureBase &other) |
| TextureBase & | operator= (TextureBase &&other) |
| TextureBase (const TextureBase &other) | |
| TextureBase (GLenum target) | |
| TextureBase (TextureBase &&other) | |
| void | unbind () const |
Protected Attributes | |
| GLuint | id_ |
| GLenum | target_ |