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 calls onError 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
 void onError(String errinfo, ByteBuffer private_info, long cb)
           
 

Method Detail

onError

void onError(String errinfo,
             ByteBuffer private_info,
             long cb)