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