Creates an OpenCL environment with CL-GL interoperability. More...
#include <ocl_processing.hpp>


Public Member Functions | |
| CLEnvGL (int width, int height, int numPC) | |
| Initializes the OpenCL environment. More... | |
Creates an OpenCL environment with CL-GL interoperability.
| CLEnvGL::CLEnvGL | ( | int | width, |
| int | height, | ||
| int | numPC | ||
| ) |
Initializes the OpenCL environment.
| [in] | width | width (in pixels) of the associated point clouds. |
| [in] | height | height (in pixels) of the associated point clouds. |
| [in] | numPC | maximum number of point clouds that the OpenGL buffers will hold. |
1.8.9.1