summaryrefslogtreecommitdiffstats
path: root/resources/cl-common.cfg
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2009-09-23 01:32:54 +0200
committerMichael Bien <[email protected]>2009-09-23 01:32:54 +0200
commit0ac4a12fb74de16f41ee9ad46e917b45523bbac4 (patch)
treed9072115c60805c0f50df2ae4cd90227e6c10cea /resources/cl-common.cfg
parent8ba956a7df1b98ed2957a932debfce4c6d4cb848 (diff)
splitted binding in core (CL) and CL-GL interop. (CLGLI)
began with custom impl. for functions with c -> java callbacks added an utility which uncomments function parameter names in headers
Diffstat (limited to 'resources/cl-common.cfg')
-rw-r--r--resources/cl-common.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/resources/cl-common.cfg b/resources/cl-common.cfg
index bcdf7ee9..58b31880 100644
--- a/resources/cl-common.cfg
+++ b/resources/cl-common.cfg
@@ -1,6 +1,8 @@
JavaOutputDir gensrc/java
NativeOutputDir gensrc/native
+Package com.mbien.opencl
+
#map pointers to long as internal representation
Opaque long cl_context
Opaque long cl_device_type
@@ -15,3 +17,6 @@ Opaque long cl_sampler
Opaque long cl_platform_id
Opaque long cl_device_id
+ArgumentIsString clCreateProgramWithSource 2
+ArgumentIsString clBuildProgram 3
+ArgumentIsString clCreateKernel 1 \ No newline at end of file