Click or drag to resize
SoVertexShader Properties

The SoVertexShader type exposes the following members.

Properties
  NameDescription
Public propertyisActive

Specifies if the shader object is active or not.

(Inherited from SoShaderObject.)
Public propertyIsDisposable
ISafeDisposable interface implementation.
(Inherited from SoDisposable.)
Public propertyparameter

Contains the shader's uniform parameters.

(Inherited from SoShaderObject.)
Public propertysourceProgram

Contains the shader object's source program, specified by a filename (OIV.Inventor.Nodes.SoShaderObject.m_sourceType set to OIV.Inventor.Nodes.SoShaderObject.SourceTypes.FILENAME) or by the string containing the program (OIV.Inventor.Nodes.SoShaderObject.m_sourceType set to OIV.Inventor.Nodes.SoShaderObject.SourceTypes.ARB_PROGRAM, OIV.Inventor.Nodes.SoShaderObject.SourceTypes.CG_PROGRAM, or OIV.Inventor.Nodes.SoShaderObject.SourceTypes.GLSL_PROGRAM).

(Inherited from SoShaderObject.)
Public propertysourceType

Specifies the shader object's source type.

(Inherited from SoShaderObject.)
Public propertyUserData
Gets or sets the user data to be contained by the field container.
(Inherited from SoFieldContainer.)
Top
See Also