MeVisLab Toolbox Reference
|
PixelBuffer resource (pixel_buffer_object). More...
#include <mlGLResources.h>
Additional Inherited Members | |
![]() | |
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 () |
![]() | |
static GLenum | getGLError () |
Checks for OpenGL error (returns GL_INVALID_OPERATION if there is no valid OpenGL context). | |
![]() | |
GLResource * | _next |
GLResource * | _previous |
PixelBuffer resource (pixel_buffer_object).
https://registry.khronos.org/OpenGL/extensions/ARB/ARB_pixel_buffer_object.txt
Definition at line 216 of file mlGLResources.h.