diff options
Diffstat (limited to 'make/config/cl-impl-20.cfg')
-rw-r--r-- | make/config/cl-impl-20.cfg | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/make/config/cl-impl-20.cfg b/make/config/cl-impl-20.cfg index 145d52b1..380e1de4 100644 --- a/make/config/cl-impl-20.cfg +++ b/make/config/cl-impl-20.cfg @@ -1,10 +1,12 @@ Include cl-common.cfg NativeOutputDir gensrc/native/jocl20 -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.impl.CLImageDescImpl +Import com.jogamp.opencl.llb.CL20 Import java.security.AccessController Import java.security.PrivilegedAction Import com.jogamp.common.nio.PointerBuffer @@ -20,9 +22,11 @@ ClassJavadoc CLImpl20 * Java bindings to OpenCL, the Open Computing Language (g ClassJavadoc CLImpl20 * @author Michael Bien, GlueGen, et al. ClassJavadoc CLImpl20 */ +JavaClass CL20 +Extends CL20 CL + ImplJavaClass CLImpl20 AccessControl CLImpl20 PUBLIC -Implements CLImpl20 CL LocalProcAddressCallingConvention __ALL__ CL_API_CALL |