diff options
Diffstat (limited to 'resources/opencl.h')
-rw-r--r-- | resources/opencl.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/resources/opencl.h b/resources/opencl.h new file mode 100644 index 00000000..ab05e15a --- /dev/null +++ b/resources/opencl.h @@ -0,0 +1,10 @@ + +#include <CL/cl_platform.h> +#include <CL/cl.h> + +#ifdef _WIN32 +#include <windows.h> +#endif +//#include <GL/gl.h> +#include <gltypes.h> +#include <CL/cl_gl.h> |