Click or drag to resize
SoShaderParameterStruct Properties

The SoShaderParameterStruct type exposes the following members.

Properties
  NameDescription
Public propertyidentifier

Specifies the parameter's integer name which is declared and used within low-level shading programs.

(Inherited from SoShaderParameter.)
Public propertyIsDisposable
ISafeDisposable interface implementation.
(Inherited from SoDisposable.)
Public propertyname

Specifies the parameter's string name which is declared and used within high-level shading programs.

(Inherited from SoShaderParameter.)
Public propertyshaderType Obsolete.

ARB and CG shaders allow a vertex and a shader program to use the same name for a parameter.

(Inherited from SoUniformShaderParameter.)
Public propertyUserData
Gets or sets the user data to be contained by the field container.
(Inherited from SoFieldContainer.)
Public propertyvalue

The SoUniformShaderParameter nodes that fill the structure.

Top
See Also