diff options
author | Michael Bien <[email protected]> | 2010-01-29 14:36:19 +0100 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-01-29 14:36:19 +0100 |
commit | 2015fa5cd47b9be234f30e4b98d06b83486e4fb2 (patch) | |
tree | a03a73f6875e06ebdf8a910d939556ee139a9cb2 /resources/cl-if.cfg | |
parent | b0102cab5062eb8cb06329bff457d4dd5b9d0099 (diff) |
splitted CLImageFormat into CLImageFormat and (generated) CLImageFormatImpl.
refactored CLProgram kernel creation code.
updated tests.
Diffstat (limited to 'resources/cl-if.cfg')
-rw-r--r-- | resources/cl-if.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/cl-if.cfg b/resources/cl-if.cfg index 4b60e8a6..feb96399 100644 --- a/resources/cl-if.cfg +++ b/resources/cl-if.cfg @@ -5,6 +5,7 @@ Style InterfaceOnly #imports for all generated java files Import java.nio.IntBuffer Import java.nio.LongBuffer +Import com.mbien.opencl.impl.CLImageFormatImpl ClassJavadoc CL /** ClassJavadoc CL * Java bindings to OpenCL, the Open Computing Language. |