#include <SoVertexShader.h>

Public Member Functions | |
| SoVertexShader () | |
| Constructor. | |
| virtual SoShader::ShaderType | shaderType () const |
| Returns SoShader::VERTEX_SHADER since this is a vertex shader. | |
Static Public Member Functions | |
| static SbBool | isSupported (SourceType sourceType) |
| static void | initClass () |
| Initialize class with runtime type system. | |
Definition at line 15 of file SoVertexShader.h.
| SoVertexShader::SoVertexShader | ( | ) |
Constructor.
| static void SoVertexShader::initClass | ( | ) | [static] |
| static SbBool SoVertexShader::isSupported | ( | SourceType | sourceType | ) | [static] |
| virtual SoShader::ShaderType SoVertexShader::shaderType | ( | ) | const [virtual] |
1.5.8