MeVisLab Resolution Independence API
ml::GLFragmentProgramARB Class Reference

ARB_FRAGMENT_PROGRAM resource. More...

#include <mlGLResources.h>

Inheritance diagram for ml::GLFragmentProgramARB:
ml::GLResource

Public Member Functions

 GLFragmentProgramARB ()
 ~GLFragmentProgramARB () override
GLuint getHandle () const
 Returns the program's handle (you need to create() the texture before you get a handle).
bool isValid () const
 Checks whether the program is valid.
void create ()
 Creates the program (requires valid GL context).
void destroy ()
 Destroys the resource.
void contextDestroyed () override
 Forgets 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 ()
 Checks for OpenGL error (returns GL_INVALID_OPERATION if there is no valid OpenGL context).
Protected Attributes inherited from ml::GLResource
GLResource_next
GLResource_previous

Detailed Description

ARB_FRAGMENT_PROGRAM resource.

Definition at line 106 of file mlGLResources.h.

Constructor & Destructor Documentation

◆ GLFragmentProgramARB()

ml::GLFragmentProgramARB::GLFragmentProgramARB ( )
inline

Definition at line 108 of file mlGLResources.h.

◆ ~GLFragmentProgramARB()

ml::GLFragmentProgramARB::~GLFragmentProgramARB ( )
inlineoverride

Definition at line 109 of file mlGLResources.h.

References destroy().

Member Function Documentation

◆ contextDestroyed()

void ml::GLFragmentProgramARB::contextDestroyed ( )
inlineoverridevirtual

Forgets the resource; the context was destroyed.

Implements ml::GLResource.

Definition at line 124 of file mlGLResources.h.

◆ create()

void ml::GLFragmentProgramARB::create ( )

Creates the program (requires valid GL context).

◆ destroy()

void ml::GLFragmentProgramARB::destroy ( )

Destroys the resource.

Referenced by ~GLFragmentProgramARB().

◆ getHandle()

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

Returns the program's handle (you need to create() the texture before you get a handle).

Definition at line 112 of file mlGLResources.h.

◆ isValid()

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

Checks whether the program is valid.

Definition at line 115 of file mlGLResources.h.


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