Package com.jme3.opencl.lwjgl
Class LwjglCommandQueue
java.lang.Object
com.jme3.opencl.AbstractOpenCLObject
com.jme3.opencl.CommandQueue
com.jme3.opencl.lwjgl.LwjglCommandQueue
- All Implemented Interfaces:
com.jme3.opencl.OpenCLObject
public class LwjglCommandQueue
extends com.jme3.opencl.CommandQueue
- Author:
- shaman
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.jme3.opencl.OpenCLObject
com.jme3.opencl.OpenCLObject.ObjectReleaser -
Field Summary
Fields inherited from class com.jme3.opencl.CommandQueue
deviceFields inherited from class com.jme3.opencl.AbstractOpenCLObject
releaser -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.jme3.opencl.CommandQueue
getDevice, registerMethods inherited from class com.jme3.opencl.AbstractOpenCLObject
finalize, getReleaser, release
-
Constructor Details
-
LwjglCommandQueue
public LwjglCommandQueue(long queue, com.jme3.opencl.Device device)
-
-
Method Details
-
getQueue
public long getQueue() -
flush
public void flush()- Specified by:
flushin classcom.jme3.opencl.CommandQueue
-
finish
public void finish()- Specified by:
finishin classcom.jme3.opencl.CommandQueue
-