summaryrefslogtreecommitdiffstats
path: root/resources/cl-if.cfg
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2010-01-29 14:36:19 +0100
committerMichael Bien <[email protected]>2010-01-29 14:36:19 +0100
commit2015fa5cd47b9be234f30e4b98d06b83486e4fb2 (patch)
treea03a73f6875e06ebdf8a910d939556ee139a9cb2 /resources/cl-if.cfg
parentb0102cab5062eb8cb06329bff457d4dd5b9d0099 (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.cfg1
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.