Click or drag to resize
SoShaderParameterBufferObjectbuffer Property

An SoBufferObject containing data.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public SoSFBufferObject buffer { get; }

Property Value

Type: SoSFBufferObject
Remarks

In order to avoid a CPU to GPU copy, it is recommended to use an SoGLBufferObject. Default is null.

See Also