Click or drag to resize
SoGLContextTryBind Method

Try to bind the OpenGL context to the current thread.

Namespace: OIV.Inventor.Devices
Assembly: OIV.Inventor.GL (in OIV.Inventor.GL.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public bool TryBind()

Return Value

Type: Boolean
Remarks

Returns false if already bound, else calls () and returns true.

See Also