summaryrefslogtreecommitdiffstats
path: root/resources/clgl-if.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'resources/clgl-if.cfg')
-rw-r--r--resources/clgl-if.cfg18
1 files changed, 18 insertions, 0 deletions
diff --git a/resources/clgl-if.cfg b/resources/clgl-if.cfg
new file mode 100644
index 00000000..771e39f6
--- /dev/null
+++ b/resources/clgl-if.cfg
@@ -0,0 +1,18 @@
+Include cl-common.cfg
+
+Package com.mbien.opencl
+
+Style InterfaceOnly
+
+ClassJavadoc CLGLI /**
+ClassJavadoc CLGLI * Java bindings to OpenCL, the Open Computing Language.
+ClassJavadoc CLGLI * OpenGL - OpenCL interoperability.
+ClassJavadoc CLGLI * @autor Michael Bien
+ClassJavadoc CLGLI */
+JavaClass CLGLI
+
+#only include token starting with CL_GL_ and methods containing GL
+IgnoreNot CL_GL_.*|cl.*GL.*
+
+#append to generated c files
+#CustomCCode #include <inttypes.h>