| SoGeometryShaderIsSupported Method (SoShaderObjectSourceTypes) | 
Calls IsSupported(sourceType, (OIV.Inventor.Misc.SoState ^)nullptr).
 
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic static bool IsSupported(
	SoShaderObjectSourceTypes sourceType
)
Public Shared Function IsSupported ( 
	sourceType As SoShaderObjectSourceTypes
) As Boolean
public:
static bool IsSupported(
	SoShaderObjectSourceTypes sourceType
)
static member IsSupported : 
        sourceType : SoShaderObjectSourceTypes -> bool 
Parameters
- sourceType
 - Type: OIV.Inventor.NodesSoShaderObjectSourceTypes
 
Return Value
Type: 
Boolean
Remarks
See Also