1#ifndef COIN_SOSHADERPROGRAM_H
2#define COIN_SOSHADERPROGRAM_H
36#include <Inventor/nodes/SoNode.h>
37#include <Inventor/nodes/SoSubNode.h>
38#include <Inventor/fields/SoMFNode.h>
44typedef void SoShaderProgramEnableCB(
void * closure,
73 class SoShaderProgramP * pimpl;
SoState * state
Definition SoAction.h:140
The SoGLRenderAction class renders the scene graph with OpenGL calls.
Definition SoGLRenderAction.h:50
The SoMFNode class is a container for nodes.
Definition SoMFNode.h:41
SoNode(void)
Definition SoNode.cpp:417
virtual void search(SoSearchAction *action)
Definition SoNode.cpp:1221
static void initClass(void)
Sets up initialization for data common to all instances of this class, like submitting necessary info...
Definition SoNode.cpp:573
virtual void GLRender(SoGLRenderAction *action)
Definition SoNode.cpp:1003
The SoSearchAction class provides methods for searching through scene graphs.
Definition SoSearchAction.h:44
void setEnableCallback(SoShaderProgramEnableCB *cb, void *closure)
Definition SoShaderProgram.cpp:330
SoShaderProgram(void)
Definition SoShaderProgram.cpp:265
SoMFNode shaderObject
Definition SoShaderProgram.h:55
The SoState class manages the Coin scene graph traversal state data.
Definition SoState.h:44