mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
proper selection of vulkan renderer
This commit is contained in:
+5
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user