rendererStatus method
**** GET RENDERER STATUS Returns true if the texture has been created successfully
Implementation
bool rendererStatus() {
return _rendererStatus() == 0 ? false : true;
}
**** GET RENDERER STATUS Returns true if the texture has been created successfully
bool rendererStatus() {
return _rendererStatus() == 0 ? false : true;
}