diff options
author | Michael Bien <[email protected]> | 2011-05-08 19:46:28 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2011-05-08 19:46:28 +0200 |
commit | dedded707fc70fda3e40cf963d208202f8d6c42b (patch) | |
tree | 0a1937e9b0ece8196055ad274e665cc8d407c472 /src/com/jogamp/opencl/util/concurrent/CLQueueContext.java | |
parent | 19cc9195c73002f84c153a1ffc60f00408e1176e (diff) |
added context switching functionality.
Diffstat (limited to 'src/com/jogamp/opencl/util/concurrent/CLQueueContext.java')
-rw-r--r-- | src/com/jogamp/opencl/util/concurrent/CLQueueContext.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/jogamp/opencl/util/concurrent/CLQueueContext.java b/src/com/jogamp/opencl/util/concurrent/CLQueueContext.java index fef0047d..3956f93d 100644 --- a/src/com/jogamp/opencl/util/concurrent/CLQueueContext.java +++ b/src/com/jogamp/opencl/util/concurrent/CLQueueContext.java @@ -44,7 +44,7 @@ public abstract class CLQueueContext implements CLResource { } public void release() { - throw new UnsupportedOperationException("Not supported yet."); + program.release(); } } |