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.1.1.0 (2024.1.1)
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