Class LwjglEvent

All Implemented Interfaces:
OpenCLObject

public class LwjglEvent extends Event
  • Constructor Details

    • LwjglEvent

      public LwjglEvent(org.lwjgl.opencl.CLEvent event)
  • Method Details

    • getEvent

      public org.lwjgl.opencl.CLEvent getEvent()
    • waitForFinished

      public void waitForFinished()
      Description copied from class: Event
      Waits until the action has finished (blocking). This automatically releases the event.
      Specified by:
      waitForFinished in class Event
    • isCompleted

      public boolean isCompleted()
      Description copied from class: Event
      Tests if the action is completed. If the action is completed, the event is released.
      Specified by:
      isCompleted in class Event
      Returns:
      true if the action is completed