Click or drag to resize
SoVertexShaderParameterBufferObject Properties

The SoVertexShaderParameterBufferObject type exposes the following members.

Properties
  NameDescription
Public propertycomponents

Specifies the number of components per generic vertex parameter.

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 propertyoffset

Offset in bytes to the first parameter within the buffer.

Public propertyshouldBeNormalized

Specifies if the fixed-point data in the buffer object should be normalized when they are accessed.

Public propertystride

Specifies the byte offset between consecutive generic vertex parameter.

Public propertytype

Specifies the data type from the class OIV.Inventor.SbDataType of each generic vertex parameter component.

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

Specifies the parameter's values.

Top
See Also