Click or drag to resize
SoWinGLWidgetMakeNormalCurrent Method

Note: This API is now obsolete.

Makes the normal rendering context the current context.

Namespace: OIV.Inventor.Win
Assembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax
[ObsoleteAttribute("Use bindNormalContext and unbindNormalContext instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public bool MakeNormalCurrent()

Return Value

Type: Boolean
Remarks

Obsoletesince Open Inventor 8100. Use bindNormalContext and unbindNormalContext instead.

See Also