1#ifndef COIN_SOVERTEXSHADER_H
2#define COIN_SOVERTEXSHADER_H
36#include <Inventor/nodes/SoShaderObject.h>
47 static SbBool isSupported(
SourceType sourceType);
The SoShaderObject class is the superclass for all shader classes in Coin.
Definition: SoShaderObject.h:50
static void initClass(void)
Sets up initialization for data common to all instances of this class, like submitting necessary info...
Definition: SoShaderObject.cpp:239
SourceType
Definition: SoShaderObject.h:55
The SoVertexShader class is used for setting up vertex shader programs.
Definition: SoVertexShader.h:38