Click or drag to resize
SoHardwareQueryIsSupported Method

Returns information about hardware support for various volume rendering features.

Namespace: OIV.LDM.Nodes
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public static SoHardwareQueryHW_SupportStatus IsSupported(
	SoHardwareQueryHW_Features feature
)

Parameters

feature
Type: OIV.LDM.NodesSoHardwareQueryHW_Features

Return Value

Type: SoHardwareQueryHW_SupportStatus
Remarks

This query is only valid after () has been called. Otherwise the return value will be UNKNOWN. When using a debug build of Open Inventor, some "no context available" warning messages may be generated. You can ignore them or see OIV.Inventor.Devices.SoGLExtension for an example of using OIV.Inventor.Devices.SoGLContext to avoid them.

See Also