mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-15 08:06:16 +00:00
Vulkan backend fixes
This commit is contained in:
@@ -258,6 +258,11 @@ public:
|
||||
tryVulkan = false;
|
||||
break;
|
||||
}
|
||||
if (!arg.compare("--vulkan"))
|
||||
{
|
||||
tryVulkan = true;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
if (tryVulkan)
|
||||
|
||||
Reference in New Issue
Block a user