Click or drag to resize
SoGLContextInvalidate Method

Set this context as invalid so it won't be used anymore.

Namespace: OIV.Inventor.Devices
Assembly: OIV.Inventor.GL (in OIV.Inventor.GL.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public void Invalidate()
Remarks

This is mainly useful when the OIV.Inventor.Devices.SoGLContext has been created from an OpenGL context managed by the application or a third-party library (e.g.: Qt, JOGL...).

See Also