33package com.jogamp.opencl.util;
35import com.jogamp.opencl.CLProgram;
Represents a OpenCL program executed on one or more CLDevices.
A callback an application can register to be called when the program executable has been built (succe...
void buildFinished(CLProgram program)
Called when the program executable has been built (successfully or unsuccessfully).