mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-13 23:26:16 +00:00
Add deep color arg to ApplicationRun
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user