finish method

void finish()

Implementation

void finish(){
  startCheck('finish');
  gl.glFinish();
  checkError('finish');
}