From fc0f84073394c6c06505f0c52215a72932b527c5 Mon Sep 17 00:00:00 2001 From: Michael Bien Date: Thu, 1 Apr 2010 00:38:46 +0200 Subject: modifications due to class movement in gluegen. --- resources/clImplCustomCode.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'resources/clImplCustomCode.java') diff --git a/resources/clImplCustomCode.java b/resources/clImplCustomCode.java index 7ee540d1..3048a6ad 100644 --- a/resources/clImplCustomCode.java +++ b/resources/clImplCustomCode.java @@ -73,10 +73,10 @@ @param event a direct {@link com.jogamp.gluegen.runtime.PointerBuffer} @param errcode_ret a direct {@link java.nio.IntBuffer} */ public java.nio.ByteBuffer clEnqueueMapImage(long command_queue, long image, int blocking_map, long map_flags, - com.jogamp.gluegen.runtime.Int64Buffer origin, com.jogamp.gluegen.runtime.Int64Buffer range, - com.jogamp.gluegen.runtime.Int64Buffer image_row_pitch, com.jogamp.gluegen.runtime.Int64Buffer image_slice_pitch, + Int64Buffer origin, Int64Buffer range, + Int64Buffer image_row_pitch, Int64Buffer image_slice_pitch, int num_events_in_wait_list, - com.jogamp.gluegen.runtime.PointerBuffer event_wait_list, com.jogamp.gluegen.runtime.PointerBuffer event, java.nio.IntBuffer errcode_ret) { + PointerBuffer event_wait_list, PointerBuffer event, java.nio.IntBuffer errcode_ret) { if (!Buffers.isDirect(origin)) throw new CLException("Argument \"origin\" was not a direct buffer"); -- cgit v1.2.3