diff options
Diffstat (limited to 'resources/cl-program-if.cfg')
-rw-r--r-- | resources/cl-program-if.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/cl-program-if.cfg b/resources/cl-program-if.cfg index afa593a8..251ade76 100644 --- a/resources/cl-program-if.cfg +++ b/resources/cl-program-if.cfg @@ -15,4 +15,4 @@ IgnoreNot .*CreateProgramWith.*|.*Program.*Info.*|.*RetainProgram.*|.*ReleasePro #custom implementations CustomJavaCode CLProgramBinding CustomJavaCode CLProgramBinding /** Interface to C language function: <br> <code> int32_t {@native clBuildProgram}(cl_program, uint32_t, cl_device_id * , const char * , void (*pfn_notify)(cl_program, void *user_data), void * ); </code> */ -CustomJavaCode CLProgramBinding public int clBuildProgram(long program, int deviceCount, NativeSizeBuffer devices, String options, BuildProgramCallback cb); +CustomJavaCode CLProgramBinding public int clBuildProgram(long program, int deviceCount, PointerBuffer devices, String options, BuildProgramCallback cb); |