From 0e3893e7e3e270f8231b89eaf89537cf01a43052 Mon Sep 17 00:00:00 2001 From: Michael Bien Date: Thu, 2 Sep 2010 22:50:00 +0200 Subject: CLEvent callbacks for HLB and LLB. --- resources/cl-if.cfg | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'resources/cl-if.cfg') diff --git a/resources/cl-if.cfg b/resources/cl-if.cfg index 6f19e64f..b8deb126 100644 --- a/resources/cl-if.cfg +++ b/resources/cl-if.cfg @@ -6,7 +6,8 @@ Style InterfaceOnly Import java.nio.IntBuffer Import java.nio.LongBuffer Import com.jogamp.opencl.impl.CLImageFormatImpl -import com.jogamp.opencl.impl.BuildProgramCallback; +import com.jogamp.opencl.impl.BuildProgramCallback +import com.jogamp.opencl.impl.CLEventCallback ClassJavadoc CL /** ClassJavadoc CL * Java bindings to OpenCL, the Open Computing Language. @@ -33,6 +34,10 @@ CustomJavaCode CL CustomJavaCode CL /** Interface to C language function:
int32_t {@native clBuildProgram}(cl_program, uint32_t, cl_device_id * , const char * , void (*pfn_notify)(cl_program, void *user_data), void * ); */ CustomJavaCode CL public int clBuildProgram(long program, int deviceCount, PointerBuffer devices, String options, BuildProgramCallback cb); +Ignore clSetEventCallback +CustomJavaCode CL +CustomJavaCode CL public int clSetEventCallback(long event, int type, CLEventCallback listener); + Ignore clEnqueueNativeKernel #TODO.. -- cgit v1.2.3