Package com.banuba.sdk.internal.gl
Class TextureVBO
java.lang.Object
com.banuba.sdk.internal.gl.TextureVBO
- All Implemented Interfaces:
TextureVBODrawable
,AutoCloseable
-
Constructor Summary
-
Method Summary
-
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 interfaceTextureVBODrawable
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-