SoWinGLWidgetBindNormalContext Method |
Makes the normal rendering context the current context.
Namespace: OIV.Inventor.WinAssembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public bool BindNormalContext()
Public Function BindNormalContext As Boolean
public:
bool BindNormalContext()
member BindNormalContext : unit -> bool
Return Value
Type:
BooleanRemarks Equivalent to makeNormalCurrent() call.
See Also