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