Click or drag to resize
SoUniformShaderParameterShaderTypes Enumeration

Shader language.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public enum ShaderTypes
Members
  Member nameValueDescription
VERTEX0

Parameters of the vertex shader will be modified by this node when the shader source type is ARB/CG_PROGRAM.

FRAGMENT1

Parameters of the fragment shader will be modified by this node when the shader source type is ARB/CG_PROGRAM.

Remarks

Obsoletesince Open Inventor 9500 This enum will not be supported in Open Inventor 10.

See Also