public interface BuildProgramCallback
CLProgramBinding.clBuildProgram(long, int, com.jogamp.common.nio.PointerBuffer, java.lang.String, com.jogamp.opencl.llb.impl.BuildProgramCallback) non blocking (OpenCL implementation dependent).| Modifier and Type | Method and Description |
|---|---|
void |
buildFinished(long cl_program)
Called when the program executable
has been built (successfully or unsuccessfully).
|