|
JOCL v2.6.0-rc-20250722
JOCL, OpenCL® API Binding for Java (public API).
|
A callback an application can register to be called when the program executable has been built (successfully or unsuccessfully). More...
Public Member Functions | |
| void | buildFinished (CLProgram program) |
| Called when the program executable has been built (successfully or unsuccessfully). More... | |
A callback an application can register to be called when the program executable has been built (successfully or unsuccessfully).
Note1: registering a build callback can make com.jogamp.opencl.llb.CL#clBuildProgram non blocking (OpenCL implementation dependent).
Note2: the thread which calls this method is unspecified. The Application should ensure propper synchronization.
Definition at line 45 of file CLBuildListener.java.
| void com.jogamp.opencl.util.CLBuildListener.buildFinished | ( | CLProgram | program | ) |
Called when the program executable has been built (successfully or unsuccessfully).