Interface Summary |
BuildProgramCallback |
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 CL#clBuildProgram non blocking (OpenCL implementation dependent).
Note2: the thread which calls this method is unspecified. |
CLEventCallback |
A callback for a specific command execution status. |
CLMemObjectDestructorCallback |
A callback which is invoked by the OpenCL implementation when the memory
object is deleted and its resources freed. |