vulkan: enable linux

Some basic testing reveals that it works
just like the windows build.
This commit is contained in:
niki
2022-08-19 23:41:04 +02:00
parent 7be9bb3ecc
commit 51e3cf2a9c
2 changed files with 10 additions and 4 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
#ifdef LOVE_WINDOWS
#if defined(LOVE_WINDOWS) || defined(LOVE_LINUX)
# define LOVE_GRAPHICS_VULKAN
#endif