diff options
author | Sven Gothel <[email protected]> | 2014-01-25 15:03:04 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-01-25 15:03:04 +0100 |
commit | f51d6456ab2196bf8ce7d6b3c7ac6d71e9e0108b (patch) | |
tree | 27f793cb02a09b4735b5b379dc9ae18e8df43ee5 /make/resources/opencl.h | |
parent | 1bc4f882be2c8129521b1110e52bcda9c232f8f1 (diff) | |
parent | 9ecc606bce374ea093c6321f2d4921b5019a0b18 (diff) |
Merge remote-tracking branch 'wwalker/bug_884_replace_netbeans_build_with_jogamp_standard_build'
Diffstat (limited to 'make/resources/opencl.h')
-rw-r--r-- | make/resources/opencl.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/make/resources/opencl.h b/make/resources/opencl.h new file mode 100644 index 00000000..28b874e7 --- /dev/null +++ b/make/resources/opencl.h @@ -0,0 +1,12 @@ +//just to make ANTLR happy +// #define __GNUC__ + +#include <CL/cl_platform.h> +#include <CL/cl.h> +#include <CL/cl_ext.h> +//#include <CL/cl_vendor_ext.h> + +//#include <GL/gl.h> +#include <gltypes.h> +#include <CL/cl_gl.h> +#include <CL/cl_gl_ext.h> |