getError method

int getError()

Implementation

int getError(){
  startCheck('getError');
  return gl.glGetError();
}