| SoRenderToTexturePropertySetContextForSharing Method |
Note: This API is now obsolete.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.1.0 (10.18.1.0)
Syntax[ObsoleteAttribute("Obsolete since Open Inventor 10.0.0.0. No more used. Related to deprecated PBuffer implementation.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void SetContextForSharing(
SoGLContext name_20508
)<ObsoleteAttribute("Obsolete since Open Inventor 10.0.0.0. No more used. Related to deprecated PBuffer implementation.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Sub SetContextForSharing (
name_20508 As SoGLContext
)public:
[ObsoleteAttribute(L"Obsolete since Open Inventor 10.0.0.0. No more used. Related to deprecated PBuffer implementation.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
void SetContextForSharing(
SoGLContext^ name_20508
)
[<ObsoleteAttribute("Obsolete since Open Inventor 10.0.0.0. No more used. Related to deprecated PBuffer implementation.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member SetContextForSharing :
name_20508 : SoGLContext -> unit
Parameters
- name_20508
- Type: OIV.Inventor.DevicesSoGLContext
Remarks Caution |
|---|
Obsolete since Open Inventor 10000. No more used. Related to deprecated PBuffer implementation. |
See Also