示例#1
0
  @Override
  public void draw(VBOBuffers p_bufs) {
    preDraw();

    int count = p_bufs.indices.remaining();
    shaders.drawIndicedAndTexture(
        p_bufs.vertices, p_bufs.textures, p_bufs.indices, GLES20.GL_TRIANGLES, count);
  }