Demonstates how to load and execute an OpenCL kernel in OpenInventor.
This demo loads a simple OpenCL kernel using InventorCL API. The kernel is executed and the back is read back for comparaison.
The comparaison code does a floating error computation and display it in the console.
FILES:
-
Inventor/examples/Features/Compute/OpenCL/HelloOpenCL/main.cxx
-
Inventor/examples/Features/Compute/OpenCL/HelloOpenCL/kernel.cl
SEE ALSO
SoOpenCL, SoOpenCLApi