SoGLContextTryBind Method |
Try to bind the OpenGL context to the current thread.
Namespace: OIV.Inventor.DevicesAssembly: OIV.Inventor.GL (in OIV.Inventor.GL.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax Public Function TryBind As Boolean
member TryBind : unit -> bool
Return Value
Type:
BooleanRemarks
Returns false if already bound, else calls () and returns true.
See Also