Click or drag to resize
SoShaderParameterBufferObjectbuffer Property

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
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 OIV.Inventor.Devices.SoGpuBufferObject. Default is null.

See Also