SoHeightFieldRenderIsSupported Method (SoState) |
Namespace: OIV.VolumeViz.NodesAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static bool IsSupported(
SoState state
)
Public Shared Function IsSupported (
state As SoState
) As Boolean
public:
static bool IsSupported(
SoState^ state
)
static member IsSupported :
state : SoState -> bool
Parameters
- state
- Type: OIV.Inventor.MiscSoState
Return Value
Type:
BooleanRemarks GPU must support geometry shaders, floating point textures and vertex buffer objects (VBO) and tessellation shaders
See Also