summaryrefslogtreecommitdiffstats
path: root/test/com/jogamp/opencl/LowLevelBindingTest.java
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2010-07-06 00:09:28 +0200
committerMichael Bien <[email protected]>2010-07-06 00:09:28 +0200
commit8b2a88cfced2eea55cf1793a2739be8eb42b73cd (patch)
tree7e23e705a760aead20b5793602f32a18e611f521 /test/com/jogamp/opencl/LowLevelBindingTest.java
parent2fa8a8543563f2fd80277b74a4528fcf74e4beca (diff)
enabled create-context and build-program callbacks using CL_CALLBACK calling convention.
Diffstat (limited to 'test/com/jogamp/opencl/LowLevelBindingTest.java')
-rw-r--r--test/com/jogamp/opencl/LowLevelBindingTest.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/com/jogamp/opencl/LowLevelBindingTest.java b/test/com/jogamp/opencl/LowLevelBindingTest.java
index e7ffadba..9a102946 100644
--- a/test/com/jogamp/opencl/LowLevelBindingTest.java
+++ b/test/com/jogamp/opencl/LowLevelBindingTest.java
@@ -272,7 +272,6 @@ public class LowLevelBindingTest {
synchronized(CLProgram.class) {
// Build the program
ret = cl.clBuildProgram(program, 0, null, null, callback);
- latch.countDown(); // TODO remove if callbacks are enabled again
checkError("on clBuildProgram", ret);
out.println("waiting for program to build...");