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

    device

    Fields inherited from class com.jme3.opencl.AbstractOpenCLObject

    releaser
  • Constructor Summary

    Constructors
    Constructor
    Description
    LwjglCommandQueue(long queue, com.jme3.opencl.Device device)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     
    long
     

    Methods inherited from class com.jme3.opencl.CommandQueue

    getDevice, register

    Methods inherited from class com.jme3.opencl.AbstractOpenCLObject

    finalize, getReleaser, release

    Methods inherited from class java.lang.Object

    clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • LwjglCommandQueue

      public LwjglCommandQueue(long queue, com.jme3.opencl.Device device)
  • Method Details

    • getQueue

      public long getQueue()
    • flush

      public void flush()
      Specified by:
      flush in class com.jme3.opencl.CommandQueue
    • finish

      public void finish()
      Specified by:
      finish in class com.jme3.opencl.CommandQueue