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