Package com.banuba.sdk.internal.gl
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)
-