summaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
Diffstat (limited to 'resources')
-rw-r--r--resources/cl-impl.cfg1
-rw-r--r--resources/clgl-if.cfg5
2 files changed, 6 insertions, 0 deletions
diff --git a/resources/cl-impl.cfg b/resources/cl-impl.cfg
index 0b2a4b74..7f6e1438 100644
--- a/resources/cl-impl.cfg
+++ b/resources/cl-impl.cfg
@@ -4,6 +4,7 @@ Style ImplOnly
#imports for all generated java files
Import com.mbien.opencl.*
+Import com.mbien.opencl.gl.CLGLI
Import java.nio.IntBuffer
Import java.nio.LongBuffer
Import java.nio.Buffer
diff --git a/resources/clgl-if.cfg b/resources/clgl-if.cfg
index 44275556..58e61755 100644
--- a/resources/clgl-if.cfg
+++ b/resources/clgl-if.cfg
@@ -1,5 +1,10 @@
Include cl-common.cfg
+#overwrite package
+Package com.mbien.opencl.gl
+
+import com.mbien.opencl.CL
+
Style InterfaceOnly
ClassJavadoc CLGLI /**