Interface TextureVBODrawable

All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
TextureVBO

public interface TextureVBODrawable extends AutoCloseable
  • Method Summary

    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 Details

    • draw

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