diff options
author | Michael Bien <[email protected]> | 2009-09-18 15:55:10 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2009-09-18 15:55:10 +0200 |
commit | d31496fc6c4d1e246cfd53beb438312d16f8d582 (patch) | |
tree | 4fda23ea656802a06c00769e83a424ed6cb7913a /resources/opencl.h | |
parent | 105aa6ed86d452245007cbfd36e712d4d5c66fa3 (diff) |
added cl-gl3 binding
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> |