MeVisLab Toolbox Reference
|
Manages a generic OpenGL buffer object. More...
#include <mlGLResources.h>
Public Member Functions | |
GLBuffer () | |
~GLBuffer () override | |
GLuint | getHandle () const |
Returns the buffers's handle (you need to create() the buffer before you get a handle). | |
bool | isValid () const |
Checks whether the program is valid. | |
void | create () |
Creates the pixel buffer (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 |
Manages a generic OpenGL buffer object.
Definition at line 189 of file mlGLResources.h.
|
inline |
Definition at line 192 of file mlGLResources.h.
|
inlineoverride |
Definition at line 193 of file mlGLResources.h.
|
inlineoverridevirtual |
Forgets the resource; the context was destroyed.
Implements GLResource.
Definition at line 208 of file mlGLResources.h.
void GLBuffer::create | ( | ) |
Creates the pixel buffer (requires valid GL context).
void GLBuffer::destroy | ( | ) |
Destroys the resource.
|
inline |
Returns the buffers's handle (you need to create() the buffer before you get a handle).
Definition at line 196 of file mlGLResources.h.
|
inline |
Checks whether the program is valid.
Definition at line 199 of file mlGLResources.h.