summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2010-04-24 22:52:59 +0200
committerMichael Bien <[email protected]>2010-04-24 22:52:59 +0200
commit1be089aa2acaeef8670a5b19e7c2d08e7c87cb94 (patch)
tree7603ab625577ade69b8a2b135615e05378b659cf /test
parent7674ff2b486ee8d0ad6a7457431024b58a1b927a (diff)
clGetExtensionFunctionAddress returns now a long.
Diffstat (limited to 'test')
-rw-r--r--test/com/jogamp/opencl/LowLevelBindingTest.java4
1 files changed, 2 insertions, 2 deletions
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;