Inviwo 0.9.12-pre
Inviwo documentation
|
Public Member Functions | |
TextureBase (GLenum target) | |
TextureBase (const TextureBase &other) | |
TextureBase (TextureBase &&other) | |
TextureBase & | operator= (const TextureBase &other) |
TextureBase & | operator= (TextureBase &&other) |
GLuint | getID () const |
GLenum | getTarget () const |
void | bind () const |
void | unbind () const |
Protected Attributes | |
GLuint | id_ |
GLenum | target_ |