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