Package 

Class GlRenderTarget

    • Constructor Summary

      Constructors 
      Constructor Description
      GlRenderTarget() Constructs a new Open GL render target.
    • Method Summary

      Modifier and Type Method Description
      boolean hasValidContext() Checks if the current Open GL context is valid.
      boolean hasValidSurface() Checks if the current Open GL surface is valid.
      void initialize()
      void release() Releases the Open GL resource used by this render target.
      void createRenderSurface(Object surfaceTexture)
      void swapBuffers()
      void makeCurrent()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GlRenderTarget

        GlRenderTarget()
        Constructs a new Open GL render target.