glFinish method

void glFinish()

Implementation

void glFinish() {
  gles.glFinish(gl);
}