SoRenderToTexturePropertySetContextForSharing Method |
Set OpenGL render context for display list sharing.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic void SetContextForSharing(
SoGLContext context
)
Public Sub SetContextForSharing (
context As SoGLContext
)
public:
void SetContextForSharing(
SoGLContext^ context
)
member SetContextForSharing :
context : SoGLContext -> unit
Parameters
- context
- Type: OIV.Inventor.DevicesSoGLContext
RemarksMust be set before calling the create() method. There is no guarantee that sharing will be allowed.
See Also