diff options
author | Michael Bien <[email protected]> | 2010-07-06 00:09:28 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-07-06 00:09:28 +0200 |
commit | 8b2a88cfced2eea55cf1793a2739be8eb42b73cd (patch) | |
tree | 7e23e705a760aead20b5793602f32a18e611f521 /test/com/jogamp/opencl/CLProgramTest.java | |
parent | 2fa8a8543563f2fd80277b74a4528fcf74e4beca (diff) |
enabled create-context and build-program callbacks using CL_CALLBACK calling convention.
Diffstat (limited to 'test/com/jogamp/opencl/CLProgramTest.java')
-rw-r--r-- | test/com/jogamp/opencl/CLProgramTest.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/com/jogamp/opencl/CLProgramTest.java b/test/com/jogamp/opencl/CLProgramTest.java index 392bf33f..ced2adaf 100644 --- a/test/com/jogamp/opencl/CLProgramTest.java +++ b/test/com/jogamp/opencl/CLProgramTest.java @@ -200,7 +200,6 @@ public class CLProgramTest { }; builder.setProgram(program).build(buildCallback); - countdown.countDown(); // TODO remove if callbacks are enabled again countdown.await(); } |