diff options
Diffstat (limited to 'src/com')
-rw-r--r-- | src/com/jogamp/opencl/CLCommandQueue.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/jogamp/opencl/CLCommandQueue.java b/src/com/jogamp/opencl/CLCommandQueue.java index fe22e202..4473621d 100644 --- a/src/com/jogamp/opencl/CLCommandQueue.java +++ b/src/com/jogamp/opencl/CLCommandQueue.java @@ -1306,6 +1306,7 @@ public class CLCommandQueue extends CLObject implements CLResource { if(ret != CL_SUCCESS) { throw newException(ret, "can not enqueue marker " + events); } + events.createEvent(context); return this; } |