flush method

void flush()

Implementation

void flush() {
  startCheck("flush");
  glFlush(_gl);
  checkError('flush');
}