Click or drag to resize
SoGLBufferObjectClearInstance Method

Free the memory allocated in the buffer object.

Namespace: OIV.Inventor.Devices
Assembly: OIV.Inventor.GL (in OIV.Inventor.GL.dll) Version: 2024.2.2.0 (10.16.2.0)
Syntax
public override void ClearInstance()
Remarks

Notes:

  • It is not necessary to bind an OpenGL context to call this method.

  • After this call the buffer is invalid (until memory is allocated again).

See Also