Add deep color arg to ApplicationRun

This commit is contained in:
Jack Andersen
2018-01-15 20:29:43 -10:00
parent 41cfb56c36
commit 3d987b6dc9
11 changed files with 67 additions and 26 deletions

View File

@@ -61,6 +61,7 @@ int ApplicationRun(IApplication::EPlatformType platform,
std::string_view gfxApi,
uint32_t samples,
uint32_t anisotropy,
bool deepColor,
bool singleInstance)
{
std::string thrName = std::string(friendlyName) + " Main Thread";