SoShaderObjectSourceTypes Enumeration |
Shader Object source type possible values.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax Public Enumeration SourceTypes
public enum class SourceTypes
Members
| Member name | Value | Description |
---|
| ARB_PROGRAM | 0 | Obsolete. The source is an ARB vertex or fragment program. Caution |
---|
Obsolete since Open Inventor 10000. ARB Support has been removed in OIV 10. This enum is kept for compatibility with previously serialized files. |
|
| CG_PROGRAM | 1 | Obsolete. The source is a CG program. Caution |
---|
Obsolete since Open Inventor 10000. CG Support has been removed in OIV 10. This enum is kept for compatibility with previously serialized files. |
|
| 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). |
Remarks See Also