SoTextureIsSupported Method |
Returns information about hardware support for various texture features.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic static bool IsSupported(
SoTextureHW_Features feature
)
Public Shared Function IsSupported (
feature As SoTextureHW_Features
) As Boolean
public:
static bool IsSupported(
SoTextureHW_Features feature
)
static member IsSupported :
feature : SoTextureHW_Features -> bool
Parameters
- feature
- Type: OIV.Inventor.NodesSoTextureHW_Features
Return Value
Type:
Boolean
RemarksWhen using a debug build of Open Inventor, some "no context available" warning messages may be generated. You can ignore them or see SoGLExtension for an example of using SoGLContext to avoid them.
See Also