diff options
author | Michael Bien <[email protected]> | 2010-03-08 22:28:56 +0100 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-03-08 22:28:56 +0100 |
commit | 49fdecee2ce2c43aca0e444330b9c605d209fcfb (patch) | |
tree | b9ec290e9a49cb34937765045957c8423e39653c /resources | |
parent | e081f13ca50353a7a9c34438a2f81d38e03e88a7 (diff) |
moved generated CLGLI Interface into com.mbien.opencl.gl package.
Diffstat (limited to 'resources')
-rw-r--r-- | resources/cl-impl.cfg | 1 | ||||
-rw-r--r-- | resources/clgl-if.cfg | 5 |
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 /** |