aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/jogamp/opencl/CLErrorHandler.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/jogamp/opencl/CLErrorHandler.java')
-rw-r--r--src/com/jogamp/opencl/CLErrorHandler.java5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/com/jogamp/opencl/CLErrorHandler.java b/src/com/jogamp/opencl/CLErrorHandler.java
index 74d49363..6a1cfb89 100644
--- a/src/com/jogamp/opencl/CLErrorHandler.java
+++ b/src/com/jogamp/opencl/CLErrorHandler.java
@@ -3,8 +3,11 @@ package com.jogamp.opencl;
import java.nio.ByteBuffer;
/**
- *
+ * Experimental: the api may change in future, feedback appreciated.<br/>
+ * Note: the thread which calls {@link #onError onError} is unspecified. The Application must ensure propper synchronization.
* @author Michael Bien
+ * @see CLContext#addCLErrorHandler(com.jogamp.opencl.CLErrorHandler)
+ * @see CLContext#removeCLErrorHandler(com.jogamp.opencl.CLErrorHandler)
*/
public interface CLErrorHandler {