finish method

void finish()

Implementation

void finish() {
  startCheck("finish");
  glFinish(_gl);
  checkError('finish');
}