SoRenderToTexturePropertyGetGraphicConfigTemplate 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. Always return NULL")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public SoGLGraphicConfigTemplate GetGraphicConfigTemplate()
<ObsoleteAttribute("No more used. Related to deprecated PBuffer implementation. Always return NULL")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Function GetGraphicConfigTemplate As SoGLGraphicConfigTemplate
public:
[ObsoleteAttribute(L"No more used. Related to deprecated PBuffer implementation. Always return NULL")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
SoGLGraphicConfigTemplate^ GetGraphicConfigTemplate()
[<ObsoleteAttribute("No more used. Related to deprecated PBuffer implementation. Always return NULL")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member GetGraphicConfigTemplate : unit -> SoGLGraphicConfigTemplate
Return Value
Type:
SoGLGraphicConfigTemplate
Remarks
No more used. Related to deprecated PBuffer implementation. Always return NULL
See Also