diff options
author | Michael Bien <[email protected]> | 2009-09-23 01:32:54 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2009-09-23 01:32:54 +0200 |
commit | 0ac4a12fb74de16f41ee9ad46e917b45523bbac4 (patch) | |
tree | d9072115c60805c0f50df2ae4cd90227e6c10cea /resources/clgl-if.cfg | |
parent | 8ba956a7df1b98ed2957a932debfce4c6d4cb848 (diff) |
splitted binding in core (CL) and CL-GL interop. (CLGLI)
began with custom impl. for functions with c -> java callbacks
added an utility which uncomments function parameter names in headers
Diffstat (limited to 'resources/clgl-if.cfg')
-rw-r--r-- | resources/clgl-if.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/clgl-if.cfg b/resources/clgl-if.cfg index 771e39f6..d21e8072 100644 --- a/resources/clgl-if.cfg +++ b/resources/clgl-if.cfg @@ -1,7 +1,5 @@ Include cl-common.cfg -Package com.mbien.opencl - Style InterfaceOnly ClassJavadoc CLGLI /** @@ -11,6 +9,8 @@ ClassJavadoc CLGLI * @autor Michael Bien ClassJavadoc CLGLI */ JavaClass CLGLI +Extends CLGLI CL + #only include token starting with CL_GL_ and methods containing GL IgnoreNot CL_GL_.*|cl.*GL.* |