vulkan: fix android build

It compiles now, but it's not working correctly yet
This commit is contained in:
niki
2022-08-20 19:38:59 +02:00
parent 3e762c9772
commit 23666b1fde
14 changed files with 4187 additions and 20 deletions
+1 -1
View File
@@ -128,7 +128,7 @@
// fixme: vulkan graphics only tested on windows for now
// adjust this later on when testing is successful on other platforms
#if defined(LOVE_WINDOWS) || defined(LOVE_LINUX)
#if defined(LOVE_WINDOWS) || defined(LOVE_LINUX) || defined(LOVE_ANDROID)
# define LOVE_GRAPHICS_VULKAN
#endif