Click or drag to resize
SoGLContextSetNoGLContextDelete Method

Namespace: OIV.Inventor.Devices
Assembly: OIV.Inventor.GL (in OIV.Inventor.GL.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public void SetNoGLContextDelete()
Remarks

Prevent deletion of the native OpenGL context by SoGLContext.

Note: Can be useful when the OpenGL context is created and managed by the application or a third-party library such as wxWidgets.

See Also