MeVisLab Toolbox Reference
|
Internal Open Inventor element not meant to be used in SDK. More...
#include <SoGLShaderProgramAllowedElement.h>
Public Member Functions | |
void | init (SoState *state) override |
Initialize element. | |
Static Public Member Functions | |
static void | set (SoState *state, SoNode *node, bool allowShaders) |
Sets the current framebuffer sampler in the state. | |
static bool | get (SoState *state) |
Returns if activating shaders is allowed. | |
static void | initClass () |
Initialize class with runtime type system. | |
Protected Member Functions | |
~SoGLShaderProgramAllowedElement () override | |
Destructor. | |
Protected Attributes | |
bool | _allowShaders |
Internal Open Inventor element not meant to be used in SDK.
Internal Open Inventor element not meant to be used in SDK.
Definition at line 23 of file SoGLShaderProgramAllowedElement.h.
|
overrideprotected |
Destructor.
Returns if activating shaders is allowed.
Initialize class with runtime type system.
|
static |
Sets the current framebuffer sampler in the state.
|
protected |
Definition at line 49 of file SoGLShaderProgramAllowedElement.h.