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