Click or drag to resize
SoPBufferGetContext Method

Gets OpenGL render context Only valid if a Pbuffer has been successfully created.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public SoGLContext GetContext()

Return Value

Type: SoGLContext
Remarks

On UNIX systems the returned value is a GLXContext. On Win32 systems the returned value is an HGLRC.

See Also