SoOpenCLSoOpenCLErrors Enumeration |
This enum defines the possible errors returned by the OpenCL API.
Namespace: OIV.Inventor.OpenCL
Member name | Value | Description | |
---|---|---|---|
SO_OPENCL_SUCCESS | 0 | No error, the operation is a success. | |
SO_OPENCL_MODULE_LOAD_ERROR | 1 | Error: The specified module cannot be loaded. | |
SO_OPENCL_MODULE_FUNCTION_ERROR | 2 | Error: The specified function cannot be loaded. | |
SO_OPENCL_INVALID_PARAMETER | 3 | Error: One of the specified paramaters is invalid. | |
SO_OPENCL_INVALID_CONTEXT | 4 | This error indicates that there is no valid OpenCL context to perform the requested operation. See the SoOpenCLContext class to create a OpenCL context. |