SoRenderToTexturePropertyGetGraphicConfigTemplate Method |
Note: This API is now obsolete.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax [ObsoleteAttribute("Obsolete since Open Inventor 10000. No more used. Related to deprecated PBuffer implementation. Always return NULL")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public SoGLGraphicConfigTemplate GetGraphicConfigTemplate()
<ObsoleteAttribute("Obsolete since Open Inventor 10000. No more used. Related to deprecated PBuffer implementation. Always return NULL")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Function GetGraphicConfigTemplate As SoGLGraphicConfigTemplate
public:
[ObsoleteAttribute(L"Obsolete since Open Inventor 10000. No more used. Related to deprecated PBuffer implementation. Always return NULL")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
SoGLGraphicConfigTemplate^ GetGraphicConfigTemplate()
[<ObsoleteAttribute("Obsolete since Open Inventor 10000. No more used. Related to deprecated PBuffer implementation. Always return NULL")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
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