Package com.jogamp.opencl
Interface CLErrorHandler
-
- All Known Implementing Classes:
CLContext.ErrorDispatcher
public interface CLErrorHandler
Experimental: the api may change in future, feedback appreciated.
Note: the thread which callsonError
is unspecified. The Application must ensure propper synchronization.- Author:
- Michael Bien
- See Also:
CLContext.addCLErrorHandler(com.jogamp.opencl.CLErrorHandler)
,CLContext.removeCLErrorHandler(com.jogamp.opencl.CLErrorHandler)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onError(String errinfo, ByteBuffer private_info, long cb)
-
-
-
Method Detail
-
onError
void onError(String errinfo, ByteBuffer private_info, long cb)
-
-