public class LwjglEvent extends Event
OpenCLObject.ObjectReleaserreleaser| Constructor and Description | 
|---|
| LwjglEvent(org.lwjgl.opencl.CLEvent event) | 
| Modifier and Type | Method and Description | 
|---|---|
| org.lwjgl.opencl.CLEvent | getEvent() | 
| boolean | isCompleted()Tests if the action is completed. | 
| void | waitForFinished()Waits until the action has finished (blocking). | 
finalize, getReleaser, releasepublic org.lwjgl.opencl.CLEvent getEvent()
public void waitForFinished()
EventwaitForFinished in class Eventpublic boolean isCompleted()
EventisCompleted in class Eventtrue if the action is completed