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: 10.12.3.0 (10.12.3.0)
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