Click or drag to resize
SoGLContextApplySharedGroupPolicy Method

Note: This API is now obsolete.

Force the context to be shared following the current SharedPolicy.

Namespace: OIV.Inventor.Devices
Assembly: OIV.Inventor.GL (in OIV.Inventor.GL.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public void ApplySharedGroupPolicy()
Remarks

Obsoletesince Open Inventor 9630 Please use new SoGLContext(SoGLContext.findSharedContext()) instead.

See Also