summaryrefslogtreecommitdiffstats
path: root/resources/clgl-if.cfg
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2009-09-19 04:34:39 +0200
committerMichael Bien <[email protected]>2009-09-19 04:34:39 +0200
commit8a876cce10aa358ff041a95e5a7a173dc6be3e52 (patch)
tree15a62dfc201d56c2e322f66ab9d886d16515dc9c /resources/clgl-if.cfg
parentd31496fc6c4d1e246cfd53beb438312d16f8d582 (diff)
introduced CLGLI interface for OpenCL-OpenGL Interoperability
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>