Class TextureVBO

    • Constructor Summary

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

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

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

      • TextureVBO

        public TextureVBO​(boolean externalTexture)
    • Method Detail

      • draw

        public void draw​(int vertexCount,
                         float[] matrixMVP,
                         float[] matrixTexture,
                         int textureID,
                         int vertexBufferId,
                         int textureBufferId,
                         float alpha)
        Specified by:
        draw in interface TextureVBODrawable
      • close

        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable