MeVisLab Resolution Independence API
|
VertexBuffer resource (vertex_buffer_object extension) http://www.opengl.org/registry/specs/ARB/vertex_buffer_object.txt. More...
#include <mlGLResources.h>
Additional Inherited Members | |
Public Member Functions inherited from ml::GLBuffer | |
GLBuffer () | |
~GLBuffer () override | |
GLuint | getHandle () const |
get the buffers's handle (you need to create() the buffer before you get a handle) | |
bool | isValid () const |
check if the program is valid | |
void | create () |
create the pixel buffer (requires valid GL context) | |
void | destroy () |
destroy the resource | |
void | contextDestroyed () override |
forget the resource, the context was destroyed | |
Public Member Functions inherited from ml::GLResource | |
GLResource () | |
virtual | ~GLResource () |
Static Public Member Functions inherited from ml::GLResource | |
static GLenum | getGLError () |
check for OpenGL error (returns GL_INVALID_OPERATION if there is no valid OpenGL context) | |
Protected Attributes inherited from ml::GLResource | |
GLResource * | _next |
GLResource * | _previous |
VertexBuffer resource (vertex_buffer_object extension) http://www.opengl.org/registry/specs/ARB/vertex_buffer_object.txt.
Definition at line 221 of file mlGLResources.h.