glFlush method

void glFlush()

Implementation

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