JOCL v2.6.0-rc-20250722
JOCL, OpenCL® API Binding for Java™ (public API).
com.jogamp.opencl.CLErrorHandler Interface Reference

Experimental: the api may change in future, feedback appreciated. More...

Inheritance diagram for com.jogamp.opencl.CLErrorHandler:
Collaboration diagram for com.jogamp.opencl.CLErrorHandler:

Public Member Functions

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

Detailed Description

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)

Definition at line 40 of file CLErrorHandler.java.

Member Function Documentation

◆ onError()

void com.jogamp.opencl.CLErrorHandler.onError ( String  errinfo,
ByteBuffer  private_info,
long  cb 
)

Implemented in com.jogamp.opencl.CLContext.ErrorDispatcher.

Here is the caller graph for this function:

The documentation for this interface was generated from the following file: