diff options
author | Michael Bien <[email protected]> | 2009-11-06 01:51:44 +0100 |
---|---|---|
committer | Michael Bien <[email protected]> | 2009-11-06 01:51:44 +0100 |
commit | 6b0a2ca7a6d03b280c018bf9de5b385451399022 (patch) | |
tree | 6d5e215f36b48c7b20f18938752084524eb75435 /resources/cl-impl.cfg | |
parent | 3d8df0c175ff84ac7b42e0ee5f247099b953514a (diff) |
added cl_ext header to build - extensions are now included in CL and CLGLI api.
fixed create context codepaths with platform ID as parameter in high level api.
updated test.
Diffstat (limited to 'resources/cl-impl.cfg')
-rw-r--r-- | resources/cl-impl.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/cl-impl.cfg b/resources/cl-impl.cfg index cee848c8..9dff59bc 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.LongBuffer Import java.nio.Buffer ClassJavadoc CLImpl /** |