JOCL v2.6.0-rc-20250722
JOCL, OpenCL® API Binding for Java™ (public API).
com.jogamp.opencl.llb.impl.BuildProgramCallback 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.llb.impl.BuildProgramCallback:

Public Member Functions

void buildFinished (long cl_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 proper synchronization.

Author
Michael Bien
See also
com.jogamp.opencl.llb.CL::clBuildProgram

Definition at line 39 of file BuildProgramCallback.java.

Member Function Documentation

◆ buildFinished()

void com.jogamp.opencl.llb.impl.BuildProgramCallback.buildFinished ( long  cl_program)

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


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