Click or drag to resize
SoWinRenderAreaGetShareContext Method

Namespace: OIV.Inventor.Win
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public SbGLShareContext GetShareContext()

Return Value

Type: SbGLShareContext
Remarks

Returns the information needed to make OpenGL render contexts share OpenGL objects, for example, display lists and texture objects. Open Inventor automatically shares between on-screen contexts. This method is useful to share objects with an off-screen context. See SoOffscreenRenderer.

See Also