glGetError method

int glGetError()

Implementation

int glGetError() {
  return _glGetError();
}