From 4f45fe8db1b5c3790ef2659995c2065807c3fe74 Mon Sep 17 00:00:00 2001 From: Wade Walker Date: Sat, 3 Oct 2015 14:14:25 -0500 Subject: Remove use of CL*Binding interfaces In preparation for removing the interfaces themselves --- src/com/jogamp/opencl/CLEventList.java | 6 +++--- 1 file changed, 3 insertions(+), 3 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 b415da09..806a0661 100644 --- a/src/com/jogamp/opencl/CLEventList.java +++ b/src/com/jogamp/opencl/CLEventList.java @@ -108,7 +108,7 @@ public final class CLEventList implements CLResource, AutoCloseable, Iterable 0) { - events[0].getPlatform().getEventBinding().clWaitForEvents(size, IDsView); + events[0].getPlatform().getCLBinding().clWaitForEvents(size, IDsView); } } @@ -122,7 +122,7 @@ public final class CLEventList implements CLResource, AutoCloseable, Iterable