public class LwjglCommandQueue extends CommandQueue
OpenCLObject.ObjectReleaser
device
releaser
Constructor and Description |
---|
LwjglCommandQueue(org.lwjgl.opencl.CLCommandQueue queue,
Device device) |
Modifier and Type | Method and Description |
---|---|
void |
finish()
Blocks until all previously queued OpenCL commands in command queue are
issued to the associated device and have completed.
|
void |
flush()
Issues all previously queued OpenCL commands in command_queue to the
device associated with command queue.
|
org.lwjgl.opencl.CLCommandQueue |
getQueue() |
getDevice, register
finalize, getReleaser, release
public LwjglCommandQueue(org.lwjgl.opencl.CLCommandQueue queue, Device device)
public org.lwjgl.opencl.CLCommandQueue getQueue()
public void flush()
CommandQueue
flush
in class CommandQueue
public void finish()
CommandQueue
finish
in class CommandQueue