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