25#ifndef _SO_VERTEX_SHADER_H_ 
   26#define _SO_VERTEX_SHADER_H_ 
   28#include <Inventor/nodes/SoShaderObject.h> 
  112  static void initClass();
 
  115  static void exitClass();
 
 
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a>  Abstract node cl...
ShaderType
Type of the shader.
@ VERTEX_SHADER
The shader is a vertex shader.
SoSFEnum sourceType
Specifies the shader object's source type.
SourceType
Shader Object source type possible values.
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a>  Node that define...
virtual ShaderType getShaderType() const
Returns the shader type.
static SbBool isSupported(SoShaderObject::SourceType sourceType, SoState *state=NULL)
Indicates if vertex shaders in the specified language are supported by your graphics board.
SoVertexShader()
Constructor.