MeVisLab Resolution Independence API
ml::GLBuffer Class Reference

Manages a generic OpenGL buffer object. More...

#include <mlGLResources.h>

Inheritance diagram for ml::GLBuffer:
ml::GLResource ml::GLPixelBuffer ml::GLVertexBuffer

Public Member Functions

 GLBuffer ()
 
 ~GLBuffer () override
 
GLuint getHandle () const
 get the buffers's handle (you need to create() the buffer before you get a handle) More...
 
bool isValid () const
 check if the program is valid More...
 
void create ()
 create the pixel buffer (requires valid GL context) More...
 
void destroy ()
 destroy the resource More...
 
void contextDestroyed () override
 forget the resource, the context was destroyed More...
 
- Public Member Functions inherited from ml::GLResource
 GLResource ()
 
virtual ~GLResource ()
 

Additional Inherited Members

- 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) More...
 
- Protected Attributes inherited from ml::GLResource
GLResource_next
 
GLResource_previous
 

Detailed Description

Manages a generic OpenGL buffer object.

Definition at line 189 of file mlGLResources.h.

Constructor & Destructor Documentation

◆ GLBuffer()

ml::GLBuffer::GLBuffer ( )
inline

Definition at line 192 of file mlGLResources.h.

◆ ~GLBuffer()

ml::GLBuffer::~GLBuffer ( )
inlineoverride

Definition at line 193 of file mlGLResources.h.

Member Function Documentation

◆ contextDestroyed()

void ml::GLBuffer::contextDestroyed ( )
inlineoverridevirtual

forget the resource, the context was destroyed

Implements ml::GLResource.

Definition at line 208 of file mlGLResources.h.

◆ create()

void ml::GLBuffer::create ( )

create the pixel buffer (requires valid GL context)

◆ destroy()

void ml::GLBuffer::destroy ( )

destroy the resource

◆ getHandle()

GLuint ml::GLBuffer::getHandle ( ) const
inline

get the buffers's handle (you need to create() the buffer before you get a handle)

Definition at line 196 of file mlGLResources.h.

◆ isValid()

bool ml::GLBuffer::isValid ( ) const
inline

check if the program is valid

Definition at line 199 of file mlGLResources.h.


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