Package com.jogamp.opencl
Interface CLErrorHandler
-
- All Known Implementing Classes:
CLContext.ErrorDispatcher
public interface CLErrorHandlerExperimental: the api may change in future, feedback appreciated.
Note: the thread which callsonErroris 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 voidonError(String errinfo, ByteBuffer private_info, long cb)
-
-
-
Method Detail
-
onError
void onError(String errinfo, ByteBuffer private_info, long cb)
-
-