mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-09 13:37:48 +00:00
Add targetFrameTime option for Vulkan backend
This commit is contained in:
@@ -209,6 +209,7 @@ int ApplicationRun(IApplication::EPlatformType platform,
|
||||
uint32_t samples,
|
||||
uint32_t anisotropy,
|
||||
bool deepColor,
|
||||
int64_t targetFrameTime,
|
||||
bool singleInstance) {
|
||||
std::string thrName = std::string(friendlyName) + " Main Thread";
|
||||
logvisor::RegisterThreadName(thrName.c_str());
|
||||
|
||||
Reference in New Issue
Block a user