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

A callback an application can register to be called when the program executable has been built (successfully or unsuccessfully). More...

Collaboration diagram for com.jogamp.opencl.util.CLBuildListener:

Public Member Functions

void buildFinished (CLProgram program)
 Called when the program executable has been built (successfully or unsuccessfully). More...
 

Detailed Description

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.

Author
Michael Bien, et al.
See also
com.jogamp.opencl.llb.CL::clBuildProgram(long, int, com.jogamp.common.nio.PointerBuffer, java.lang.String, com.jogamp.opencl.llb.impl.BuildProgramCallback)

Definition at line 45 of file CLBuildListener.java.

Member Function Documentation

◆ buildFinished()

void com.jogamp.opencl.util.CLBuildListener.buildFinished ( CLProgram  program)

Called when the program executable has been built (successfully or unsuccessfully).

Here is the caller graph for this function:

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