rendererStatus method

bool rendererStatus()

**** GET RENDERER STATUS Returns true if the texture has been created successfully

Implementation

bool rendererStatus() {
  return _rendererStatus() == 0 ? false : true;
}