Class GLFullRectTexture

  • All Implemented Interfaces:
    java.lang.AutoCloseable

    public class GLFullRectTexture
    extends java.lang.Object
    implements java.lang.AutoCloseable
    • Constructor Summary

      Constructors 
      Constructor Description
      GLFullRectTexture​(boolean externalTexture)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      void draw​(int textureID)  
      void draw​(int textureID, float[] matrix)  
      • Methods inherited from class java.lang.Object

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

      • GLFullRectTexture

        public GLFullRectTexture​(boolean externalTexture)
    • Method Detail

      • close

        public void close()
                   throws java.lang.Exception
        Specified by:
        close in interface java.lang.AutoCloseable
        Throws:
        java.lang.Exception
      • draw

        public void draw​(int textureID,
                         float[] matrix)
      • draw

        public void draw​(int textureID)