Click or drag to resize
SoGLRenderToBufferSetContextForSharing Method

++ This has effect only when using PBuffer.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
public void SetContextForSharing(
	SoGLContext name_15342
)

Parameters

name_15342
Type: OIV.Inventor.DevicesSoGLContext
Remarks

++

Sets OpenGL render context for display list sharing. Must be set before calling the create() method. There is no guarantee that sharing will be allowed.

See Also