summaryrefslogtreecommitdiffstats
path: root/resources
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
parentb0102cab5062eb8cb06329bff457d4dd5b9d0099 (diff)
splitted CLImageFormat into CLImageFormat and (generated) CLImageFormatImpl.
refactored CLProgram kernel creation code. updated tests.
Diffstat (limited to 'resources')
-rw-r--r--resources/cl-common.cfg12
-rw-r--r--resources/cl-if.cfg1
2 files changed, 8 insertions, 5 deletions
diff --git a/resources/cl-common.cfg b/resources/cl-common.cfg
index 46ee61e5..6a42f300 100644
--- a/resources/cl-common.cfg
+++ b/resources/cl-common.cfg
@@ -80,15 +80,17 @@ NioDirectOnly clGetGLContextInfoKHR
#common rename emitted struct accessors
#struct cl_image_format
-RenameJavaType cl_image_format CLImageFormat
+RenameJavaType cl_image_format CLImageFormatImpl
+StructPackage cl_image_format com.mbien.opencl.impl
+
#struct fields ([set|get]+FieldName())
RenameJavaMethod image_channel_order imageChannelOrder
RenameJavaMethod image_channel_data_type imageChannelDataType
-ClassJavadoc CLImageFormat /**
-ClassJavadoc CLImageFormat * Struct accessor for cl_image_format.
-ClassJavadoc CLImageFormat * @author Michael Bien
-ClassJavadoc CLImageFormat */
+ClassJavadoc CLImageFormatImpl /**
+ClassJavadoc CLImageFormatImpl * Struct accessor for cl_image_format.
+ClassJavadoc CLImageFormatImpl * @author Michael Bien
+ClassJavadoc CLImageFormatImpl */
# Pick up on-line OpenCL doc and link it with the javadoc
TagNativeBinding true \ No newline at end of file
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.