MeVisLab Resolution Independence API
|
GLSL GeometryShader resource. More...
#include <mlGLResources.h>
Public Member Functions | |
GLSLGeometryShader () | |
~GLSLGeometryShader () override | |
Public Member Functions inherited from ml::GLSLShader | |
GLSLShader (GLenum shaderType) | |
~GLSLShader () override | |
GLuint | getHandle () const |
get the program'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 program (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 () |
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) | |
Protected Attributes inherited from ml::GLResource | |
GLResource * | _next |
GLResource * | _previous |
GLSL GeometryShader resource.
Definition at line 288 of file mlGLResources.h.
|
inline |
Definition at line 290 of file mlGLResources.h.
|
inlineoverride |
Definition at line 291 of file mlGLResources.h.