glGetError method

int glGetError()

Implementation

int glGetError() {
  return (_glGetError ??=
      _dylib.lookupFunction<_c_glGetError, _dart_glGetError>('glGetError'))();
}