using wiJobSystem for initialization; refactors;

This commit is contained in:
turanszkij
2018-11-03 19:28:24 +00:00
parent be2595e4f3
commit 971cb4a86e
13 changed files with 225 additions and 97 deletions
-4
View File
@@ -284,10 +284,6 @@ void MainComponent::Compose()
#endif
ss << endl;
}
if (infoDisplay.initstats)
{
ss << "System init time: " << wiInitializer::GetInitializationTimeInSeconds() << " sec" << endl;
}
if (infoDisplay.resolution)
{
ss << "Resolution: " << wiRenderer::GetDevice()->GetScreenWidth() << " x " << wiRenderer::GetDevice()->GetScreenHeight() << endl;