diff options
author | Michael Bien <[email protected]> | 2009-10-13 18:07:49 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2009-10-13 18:07:49 +0200 |
commit | a6b5518bdd903afb65305c9f272875d87454e485 (patch) | |
tree | e111c5e67e01d15b1db2777b951c39bcfc4b7ea9 /resources/cl-impl.cfg | |
parent | 223e32b5ce6943abf7c1ac31f1b90d3679de5571 (diff) |
switched from nvidia to khronos headers.
Diffstat (limited to 'resources/cl-impl.cfg')
-rw-r--r-- | resources/cl-impl.cfg | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/resources/cl-impl.cfg b/resources/cl-impl.cfg index 58fc5871..58d06be2 100644 --- a/resources/cl-impl.cfg +++ b/resources/cl-impl.cfg @@ -5,6 +5,7 @@ Style ImplOnly #imports for all generated java files Import com.mbien.opencl.* Import java.nio.IntBuffer +Import java.nio.Buffer ClassJavadoc CLImpl /** ClassJavadoc CLImpl * Java bindings to OpenCL, the Open Computing Language. @@ -15,8 +16,8 @@ ImplJavaClass CLImpl Implements CLImpl CLGLI #append to generated c files -CustomCCode #include <cl.h> -CustomCCode #include <gl3.h> +CustomCCode #include <CL/cl.h> +CustomCCode #include <GL3/gl3.h> CustomCCode #include <inttypes.h> # implement manually via custom code |