public interface IDrawer2D
| Modifier and Type | Method and Description |
|---|---|
void |
draw(int texId,
float[] tex_matrix,
int offset) |
void |
draw(ITexture texture) |
void |
draw(TextureOffscreen offscreen) |
float[] |
getMvpMatrix() |
void |
getMvpMatrix(float[] matrix,
int offset) |
void |
release() |
IDrawer2D |
setMvpMatrix(float[] matrix,
int offset) |
void release()
float[] getMvpMatrix()
IDrawer2D setMvpMatrix(float[] matrix, int offset)
void getMvpMatrix(float[] matrix,
int offset)
void draw(int texId,
float[] tex_matrix,
int offset)
void draw(ITexture texture)
void draw(TextureOffscreen offscreen)