Package org.lwjgl.opencl
Class CLBuildProgramCallback
- java.lang.Object
-
- org.lwjgl.PointerWrapperAbstract
-
- org.lwjgl.opencl.CLBuildProgramCallback
-
- All Implemented Interfaces:
PointerWrapper
public abstract class CLBuildProgramCallback extends PointerWrapperAbstract
Instances of this class can be used to receive OpenCL program build notifications. A single CLBuildProgramCallback instance should only be used with programs created in the same CLContext.- Author:
- Spasi
-
-
Field Summary
-
Fields inherited from class org.lwjgl.PointerWrapperAbstract
pointer
-
-
Constructor Summary
Constructors Constructor Description CLBuildProgramCallback()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description protected abstract void
handleMessage(CLProgram program)
The callback method.-
Methods inherited from class org.lwjgl.PointerWrapperAbstract
checkValid, equals, getPointer, hashCode, isValid, toString
-
-
-
-
Method Detail
-
handleMessage
protected abstract void handleMessage(CLProgram program)
The callback method.- Parameters:
program
- the CLProgram object affected
-
-