SoGLRenderToBufferSetContextForSharing Method |
++ This has effect only when using PBuffer.
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic void SetContextForSharing(
SoGLContext name_15342
)
Public Sub SetContextForSharing (
name_15342 As SoGLContext
)
public:
void SetContextForSharing(
SoGLContext^ name_15342
)
member SetContextForSharing :
name_15342 : SoGLContext -> unit
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