2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 18:24:55 +00:00

Set default graphics API to Vulkan on Windows

This commit is contained in:
2021-01-23 21:16:19 -05:00
parent 55d44ab65f
commit b7405b76ec
2 changed files with 2 additions and 4 deletions

2
hecl/extern/boo vendored

Submodule hecl/extern/boo updated: 6faff77f86...74aaa605f3

View File

@@ -13,9 +13,7 @@ namespace hecl {
using namespace std::literals; using namespace std::literals;
#ifdef _WIN32 #if defined(__APPLE__)
#define DEFAULT_GRAPHICS_API "D3D11"sv
#elif defined(__APPLE__)
#define DEFAULT_GRAPHICS_API "Metal"sv #define DEFAULT_GRAPHICS_API "Metal"sv
#else #else
#define DEFAULT_GRAPHICS_API "Vulkan"sv #define DEFAULT_GRAPHICS_API "Vulkan"sv