MeVisLab Toolbox Reference
GLVertexBuffer Class Reference

VertexBuffer resource (vertex_buffer_object extension). More...

#include <mlGLResources.h>

Inheritance diagram for GLVertexBuffer:
GLBuffer GLResource

Additional Inherited Members

- Public Member Functions inherited from GLBuffer
 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.
 
- Public Member Functions inherited from GLResource
 GLResource ()
 
virtual ~GLResource ()
 
- Static Public Member Functions inherited from GLResource
static GLenum getGLError ()
 Checks for OpenGL error (returns GL_INVALID_OPERATION if there is no valid OpenGL context).
 
- Protected Attributes inherited from GLResource
GLResource_next
 
GLResource_previous
 

Detailed Description

VertexBuffer resource (vertex_buffer_object extension).

https://registry.khronos.org/OpenGL/extensions/ARB/ARB_vertex_buffer_object.txt

Definition at line 221 of file mlGLResources.h.


The documentation for this class was generated from the following file: