SoOpenCLIsAvailable Method |
This function indicates if OpenCL is available on this platform.
Namespace: OIV.Inventor.OpenCLAssembly: OIV.Inventor.OpenCL (in OIV.Inventor.OpenCL.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic static bool IsAvailable()
Public Shared Function IsAvailable As Boolean
public:
static bool IsAvailable()
static member IsAvailable : unit -> bool
Return Value
Type:
BooleanTrue if at least one OpenCL enabled device is available in the system.
Remarks
See Also