flush method

void flush()

Implementation

void flush(){
  startCheck('flush');
  gl.glFlush();
  checkError('flush');
}