Click or drag to resize
SoGLBufferObjectCreateInstance Method

Create a new buffer with the same properties as the current one.

Namespace: OIV.Inventor.Devices
Assembly: OIV.Inventor.GL (in OIV.Inventor.GL.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public override SoBufferObject CreateInstance()

Return Value

Type: SoBufferObject
Remarks

The new instance will have the same context and device properties, but no memory is allocated so the new buffer is initially invalid.

See Also