aboutsummaryrefslogtreecommitdiffstats
path: root/make/config/cl-impl-11.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/config/cl-impl-11.cfg')
-rw-r--r--make/config/cl-impl-11.cfg9
1 files changed, 6 insertions, 3 deletions
diff --git a/make/config/cl-impl-11.cfg b/make/config/cl-impl-11.cfg
index 25f3a11b..961492a3 100644
--- a/make/config/cl-impl-11.cfg
+++ b/make/config/cl-impl-11.cfg
@@ -1,10 +1,11 @@
Include cl-common.cfg
NativeOutputDir gensrc/native/jocl11
-Style ImplOnly
+Style InterfaceAndImpl
#imports for all generated java files
-Import com.jogamp.opencl.llb.CL
+Import com.jogamp.opencl.llb.impl.CLImageFormatImpl
+Import com.jogamp.opencl.llb.CL11
Import java.security.AccessController
Import java.security.PrivilegedAction
Import com.jogamp.common.nio.PointerBuffer
@@ -20,9 +21,11 @@ ClassJavadoc CLImpl11 * Java bindings to OpenCL, the Open Computing Language (g
ClassJavadoc CLImpl11 * @author Michael Bien, GlueGen, et al.
ClassJavadoc CLImpl11 */
+JavaClass CL11
+Extends CL11 CL
+
ImplJavaClass CLImpl11
AccessControl CLImpl11 PUBLIC
-Implements CLImpl11 CL
LocalProcAddressCallingConvention __ALL__ CL_API_CALL