From 9317b6018e7f4e95437204d93d45e4d83daac790 Mon Sep 17 00:00:00 2001 From: Michael Bien Date: Tue, 5 Apr 2011 21:46:27 +0200 Subject: made 3d version of putCopyImage less restrictive, its now possible to copy from 2d to 3d and from 3d to 2d images. --- src/com/jogamp/opencl/CLCommandQueue.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/com/jogamp') diff --git a/src/com/jogamp/opencl/CLCommandQueue.java b/src/com/jogamp/opencl/CLCommandQueue.java index 2c64b1f7..eed004e4 100644 --- a/src/com/jogamp/opencl/CLCommandQueue.java +++ b/src/com/jogamp/opencl/CLCommandQueue.java @@ -818,7 +818,7 @@ public class CLCommandQueue extends CLObject implements CLResource { /** * Calls {@native clEnqueueCopyImage}. */ - public CLCommandQueue putCopyImage(CLImage3d srcImage, CLImage3d dstImage, + public CLCommandQueue putCopyImage(CLImage srcImage, CLImage dstImage, int srcOriginX, int srcOriginY, int srcOriginZ, int dstOriginX, int dstOriginY, int dstOriginZ, int rangeX, int rangeY, int rangeZ, CLEventList condition, CLEventList events) { -- cgit v1.2.3