HAL::IsInitialized

HAL::IsInitialized
virtual bool IsInitialized() const;
Description

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.

Return Value

Returns true if HAL is initialized, false otherwise.