From 623423c7e09a240c6220566a24ad9ac65527da94 Mon Sep 17 00:00:00 2001 From: Michael Bien Date: Tue, 19 Apr 2011 17:54:14 +0200 Subject: CLEventList uses now buffer.duplicate() to create a view of the buffer ids instead of using the original buffer directly. --- src/com/jogamp/opencl/CLEventList.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/com/jogamp/opencl/CLEventList.java') diff --git a/src/com/jogamp/opencl/CLEventList.java b/src/com/jogamp/opencl/CLEventList.java index 23ef3963..e2294b45 100644 --- a/src/com/jogamp/opencl/CLEventList.java +++ b/src/com/jogamp/opencl/CLEventList.java @@ -64,13 +64,13 @@ public final class CLEventList implements CLResource, AutoCloseable, Iterable