Click or drag to resize
SoGLContextSetNoGLContextDelete Method

Prevent deletion of the native OpenGL context by OIV.Inventor.Devices.SoGLContext.

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

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

See Also