Class TextureVBO

java.lang.Object
com.banuba.sdk.internal.gl.TextureVBO
All Implemented Interfaces:
TextureVBODrawable, AutoCloseable

public class TextureVBO extends Object implements TextureVBODrawable
  • Constructor Summary

    Constructors
    Constructor
    Description
    TextureVBO(boolean externalTexture)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    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 Details

    • TextureVBO

      public TextureVBO(boolean externalTexture)
  • Method Details

    • 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 AutoCloseable