public class LwjglEvent extends Event
OpenCLObject.ObjectReleaser
releaser
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, release
public org.lwjgl.opencl.CLEvent getEvent()
public void waitForFinished()
Event
waitForFinished
in class Event
public boolean isCompleted()
Event
isCompleted
in class Event
true
if the action is completed