Click or drag to resize
SoShaderObjectSourceTypes Enumeration

Shader Object source type possible values.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public enum SourceTypes
Members
  Member nameValueDescription
ARB_PROGRAM0 Obsolete.

The source is an ARB vertex or fragment program.

Caution note 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_PROGRAM1 Obsolete.

The source is a CG program.

Caution note 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_PROGRAM2

The source is an OpenGL Shading Language program.

FILENAME3

Only the name of the file containing the source is given (default).

Remarks