proper selection of vulkan renderer

This commit is contained in:
niki
2022-07-10 03:46:12 +02:00
parent b1fb5b551e
commit 565455c3ea
3 changed files with 33 additions and 37 deletions
+5 -1
View File
@@ -126,7 +126,11 @@
# define LOVE_LEGENDARY_ACCELEROMETER_AS_JOYSTICK_HACK
#endif
#define LOVE_GRAPHICS_VULKAN
// fixme: vulkan graphics only tested on windows for now
// adjust this later on when testing is successful on other platforms
#ifdef LOVE_WINDOWS
# define LOVE_GRAPHICS_VULKAN
#endif
#if defined(LOVE_MACOS) || defined(LOVE_IOS)
# define LOVE_GRAPHICS_METAL