virtual bool IsInitialized() const;
IsInitialized returns true if render HAL has been initialized through a call to InitHAL. InitHAL is a non-virtual platform-specific function provided in every back end for initializing the rendering.
Returns true if HAL is initialized, false otherwise.