SoRenderToTexturePropertySetGraphicConfigTemplate 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[ObsoleteAttribute("No more used. Related to deprecated PBuffer implementation.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void SetGraphicConfigTemplate(
SoGLGraphicConfigTemplate name_20662
)
<ObsoleteAttribute("No more used. Related to deprecated PBuffer implementation.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Sub SetGraphicConfigTemplate (
name_20662 As SoGLGraphicConfigTemplate
)
public:
[ObsoleteAttribute(L"No more used. Related to deprecated PBuffer implementation.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
void SetGraphicConfigTemplate(
SoGLGraphicConfigTemplate^ name_20662
)
[<ObsoleteAttribute("No more used. Related to deprecated PBuffer implementation.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member SetGraphicConfigTemplate :
name_20662 : SoGLGraphicConfigTemplate -> unit
Parameters
- name_20662
- Type: OIV.Inventor.ComponentsSoGLGraphicConfigTemplate
Remarks
No more used. Related to deprecated PBuffer implementation.
See Also