glGetError method

int glGetError()

Implementation

int glGetError() {
  return gles.glGetError(gl);
}