diff options
author | Michael Bien <[email protected]> | 2010-04-24 22:52:59 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-04-24 22:52:59 +0200 |
commit | 1be089aa2acaeef8670a5b19e7c2d08e7c87cb94 (patch) | |
tree | 7603ab625577ade69b8a2b135615e05378b659cf /test | |
parent | 7674ff2b486ee8d0ad6a7457431024b58a1b927a (diff) |
clGetExtensionFunctionAddress returns now a long.
Diffstat (limited to 'test')
-rw-r--r-- | test/com/jogamp/opencl/LowLevelBindingTest.java | 4 |
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; |