MeVisLab Toolbox Reference
|
Texture class. More...
#include <mlGLResources.h>
Public Member Functions | |
GLTexture () | |
~GLTexture () override | |
GLuint | getHandle () const |
Returns the texture's handle (you need to create() the texture before you get a handle). | |
bool | isValid () const |
Checks whether the texture is valid. | |
void | create () |
Creates the texture (requires valid GL context). | |
void | destroy () |
Destroys the resource. | |
void | contextDestroyed () override |
Forgets the resource; the context was destroyed. | |
![]() | |
GLResource () | |
virtual | ~GLResource () |
Additional Inherited Members | |
![]() | |
static GLenum | getGLError () |
Checks for OpenGL error (returns GL_INVALID_OPERATION if there is no valid OpenGL context). | |
![]() | |
GLResource * | _next |
GLResource * | _previous |
Texture class.
Definition at line 48 of file mlGLResources.h.
|
inline |
Definition at line 51 of file mlGLResources.h.
|
inlineoverride |
Definition at line 52 of file mlGLResources.h.
|
inlineoverridevirtual |
Forgets the resource; the context was destroyed.
Implements GLResource.
Definition at line 67 of file mlGLResources.h.
void GLTexture::create | ( | ) |
Creates the texture (requires valid GL context).
void GLTexture::destroy | ( | ) |
Destroys the resource.
|
inline |
Returns the texture's handle (you need to create() the texture before you get a handle).
Definition at line 55 of file mlGLResources.h.
|
inline |
Checks whether the texture is valid.
Definition at line 58 of file mlGLResources.h.