From 1be089aa2acaeef8670a5b19e7c2d08e7c87cb94 Mon Sep 17 00:00:00 2001 From: Michael Bien Date: Sat, 24 Apr 2010 22:52:59 +0200 Subject: clGetExtensionFunctionAddress returns now a long. --- test/com/jogamp/opencl/LowLevelBindingTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/com') diff --git a/test/com/jogamp/opencl/LowLevelBindingTest.java b/test/com/jogamp/opencl/LowLevelBindingTest.java index 8d618f7c..8d6aba41 100644 --- a/test/com/jogamp/opencl/LowLevelBindingTest.java +++ b/test/com/jogamp/opencl/LowLevelBindingTest.java @@ -59,8 +59,8 @@ public class LowLevelBindingTest { CL cl = CLPlatform.getLowLevelCLInterface(); -// System.out.println(((CLImpl)cl).clGetExtensionFunctionAddress("clCreateFromGLBuffer").getLong()); -// System.out.println(((CLImpl)cl).clGetExtensionFunctionAddress("clEnqueueAcquireGLObjects").getLong()); +// System.out.println(((CLImpl)cl).clGetExtensionFunctionAddress("clCreateFromGLBuffer")); +// System.out.println(((CLImpl)cl).clGetExtensionFunctionAddress("clEnqueueAcquireGLObjects")); int ret = CL.CL_SUCCESS; -- cgit v1.2.3