Click or drag to resize
SoOpenCLSoOpenCLErrors Enumeration

This enum defines the possible errors returned by the OpenCL API.

Namespace: OIV.Inventor.OpenCL
Assembly: OIV.Inventor.OpenCL (in OIV.Inventor.OpenCL.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public enum SoOpenCLErrors
Members
  Member nameValueDescription
SO_OPENCL_SUCCESS0

No error, the operation is a success.

SO_OPENCL_MODULE_LOAD_ERROR1

Error: The specified module cannot be loaded.

SO_OPENCL_MODULE_FUNCTION_ERROR2

Error: The specified function cannot be loaded.

SO_OPENCL_INVALID_PARAMETER3

Error: One of the specified paramaters is invalid.

SO_OPENCL_INVALID_CONTEXT4

This error indicates that there is no valid OpenCL context to perform the requested operation.

See the SoOpenCLContext class to create a OpenCL context.

Remarks