13#ifndef SO_VERTEX_SHADER_H 
   14#define SO_VERTEX_SHADER_H 
   19#include "SoShaderSystem.h" 
Abstract Open Inventor node for vertex or fragment shader nodes.
 
SourceType
Shader object's source type.
 
Open Inventor vertex shader node.
 
static SbBool isSupported(SourceType sourceType)
 
SoShader::ShaderType shaderType() const override
Returns SoShader::VERTEX_SHADER since this is a vertex shader.
 
static void initClass()
Initialize class with runtime type system.
 
SoVertexShader()
Constructor.