From c5b1dc47f398597a127ebb7cdf72ab324b08a174 Mon Sep 17 00:00:00 2001 From: Michael Bien Date: Mon, 31 May 2010 19:51:46 +0200 Subject: changes due to gluegen size_t fix. Switched back to PointerBuffer. 32bit systems are now supported again. --- resources/clImplCustomCode.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resources/clImplCustomCode.java') diff --git a/resources/clImplCustomCode.java b/resources/clImplCustomCode.java index 4f9f4c2e..654df082 100644 --- a/resources/clImplCustomCode.java +++ b/resources/clImplCustomCode.java @@ -91,8 +91,8 @@ @param event a direct {@link com.jogamp.common.nio.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, - Int64Buffer origin, Int64Buffer range, - Int64Buffer image_row_pitch, Int64Buffer image_slice_pitch, + PointerBuffer origin, PointerBuffer range, + PointerBuffer image_row_pitch, PointerBuffer image_slice_pitch, int num_events_in_wait_list, PointerBuffer event_wait_list, PointerBuffer event, java.nio.IntBuffer errcode_ret) { -- cgit v1.2.3