mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 13:44:56 +00:00
Set default graphics API to Vulkan on Windows
This commit is contained in:
2
hecl/extern/boo
vendored
2
hecl/extern/boo
vendored
Submodule hecl/extern/boo updated: 6faff77f86...74aaa605f3
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user