SoRenderToTexturePropertySetContextForSharing Method |
Note: This API is now obsolete.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.1.0.0 (10.17.0.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_20481
)
<ObsoleteAttribute("Obsolete since Open Inventor 10.0.0.0. No more used. Related to deprecated PBuffer implementation.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Sub SetContextForSharing (
name_20481 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_20481
)
[<ObsoleteAttribute("Obsolete since Open Inventor 10.0.0.0. No more used. Related to deprecated PBuffer implementation.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member SetContextForSharing :
name_20481 : SoGLContext -> unit
Parameters
- name_20481
- Type: OIV.Inventor.DevicesSoGLContext
Remarks Caution |
---|
Obsolete since Open Inventor 10000. No more used. Related to deprecated PBuffer implementation. |
See Also