From 45fb8d583bfbeb7b092f4ee17c2443c9f24cf2c9 Mon Sep 17 00:00:00 2001 From: Michael Bien Date: Mon, 19 Jul 2010 19:52:57 +0200 Subject: toString() for CLEventList. --- src/com/jogamp/opencl/CLEventList.java | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src/com/jogamp') diff --git a/src/com/jogamp/opencl/CLEventList.java b/src/com/jogamp/opencl/CLEventList.java index a1ee5035..da88aa05 100644 --- a/src/com/jogamp/opencl/CLEventList.java +++ b/src/com/jogamp/opencl/CLEventList.java @@ -78,6 +78,19 @@ public final class CLEventList implements CLResource, AutoCloseable, Iterable { private final CLEvent[] events; -- cgit v1.2.3