Merge branch 'development' into Atom/guthadam/atomtools_refactor_main

This commit is contained in:
Guthrie Adams
2021-08-12 23:03:52 -05:00
88 changed files with 944 additions and 342 deletions
@@ -465,4 +465,14 @@ namespace AtomToolsFramework
{
return aznumeric_cast<float>(devicePixelRatioF());
}
uint32_t RenderViewportWidget::GetDisplayRefreshRate() const
{
return 60;
}
uint32_t RenderViewportWidget::GetSyncInterval() const
{
return 1;
}
} //namespace AtomToolsFramework