Class CLLinkProgramCallback

java.lang.Object
org.lwjgl.PointerWrapperAbstract
org.lwjgl.opencl.CLLinkProgramCallback
All Implemented Interfaces:
PointerWrapper

public abstract class CLLinkProgramCallback extends PointerWrapperAbstract
Instances of this class can be used to receive OpenCL program linkage notifications. A single CLLinkProgramCallback instance should only be used with programs created in the same CLContext.
Author:
Spasi
  • Constructor Details

    • CLLinkProgramCallback

      public CLLinkProgramCallback()
  • Method Details

    • handleMessage

      protected abstract void handleMessage(CLProgram program)
      The callback method.
      Parameters:
      program - the CLProgram object affected