mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-18 17:35:44 +00:00
Add deep color arg to ApplicationRun
This commit is contained in:
@@ -569,6 +569,7 @@ int ApplicationRun(IApplication::EPlatformType platform,
|
||||
std::string_view gfxApi,
|
||||
uint32_t samples,
|
||||
uint32_t anisotropy,
|
||||
bool deepColor,
|
||||
bool singleInstance)
|
||||
{
|
||||
std::string thrName = WCSTMBS(friendlyName.data()) + " Main Thread";
|
||||
|
||||
Reference in New Issue
Block a user