Interface TextureVBODrawable

  • All Superinterfaces:
    java.lang.AutoCloseable
    All Known Implementing Classes:
    TextureVBO

    public interface TextureVBODrawable
    extends java.lang.AutoCloseable
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void draw​(int count, float[] matrixMVP, float[] matrixTexture, int textureID, int vertexBufferId, int textureBufferId, float alpha)  
      • Methods inherited from interface java.lang.AutoCloseable

        close
    • Method Detail

      • draw

        void draw​(int count,
                  float[] matrixMVP,
                  float[] matrixTexture,
                  int textureID,
                  int vertexBufferId,
                  int textureBufferId,
                  float alpha)