MeVisLabToolboxReference
SoVertexShader Class Reference

Open Inventor vertex shader node. More...

#include <SoVertexShader.h>

Inheritance diagram for SoVertexShader:
SoShaderObject

List of all members.

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.

Detailed Description

Open Inventor vertex shader node.

Definition at line 15 of file SoVertexShader.h.


Constructor & Destructor Documentation

SoVertexShader::SoVertexShader ( )

Constructor.


Member Function Documentation

static void SoVertexShader::initClass ( ) [static]

Initialize class with runtime type system.

Reimplemented from SoShaderObject.

static SbBool SoVertexShader::isSupported ( SourceType  sourceType) [static]
virtual SoShader::ShaderType SoVertexShader::shaderType ( ) const [virtual]

Returns SoShader::VERTEX_SHADER since this is a vertex shader.

Implements SoShaderObject.


The documentation for this class was generated from the following file: