Click or drag to resize
SoRenderToTexturePropertySetContextForSharing Method

Set OpenGL render context for display list sharing.

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

Parameters

context
Type: OIV.Inventor.DevicesSoGLContext
Remarks

Must be set before calling the create() method. There is no guarantee that sharing will be allowed.

See Also