Click or drag to resize
SoShaderParameterBufferObject Properties

The SoShaderParameterBufferObject type exposes the following members.

Properties
  NameDescription
Public propertybindingPoint

An integer matching the 'binding' value specified in the GLSL shader code.

Public propertybuffer

An SoBufferObject containing data.

Public propertybufferType

The buffer type.

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 propertyUserData
Gets or sets the user data to be contained by the field container.
(Inherited from SoFieldContainer.)
Top
See Also