SoShaderObjectSourceTypes Enumeration |
Shader Object source type possible values.
Namespace: OIV.Inventor.Nodes
Member name | Value | Description | |
---|---|---|---|
ARB_PROGRAM | 0 | The source is an ARB vertex or fragment program. | |
CG_PROGRAM | 1 | The source is a CG program. | |
GLSL_PROGRAM | 2 | The source is an OpenGL Shading Language program. | |
FILENAME | 3 | Only the name of the file containing the source is given (default). |