Package com.banuba.sdk.internal.gl
Interface TextureVBODrawable
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
TextureVBO
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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)
-