getError method

int getError()

Implementation

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