glFlush method

void glFlush()

Implementation

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