Fixed building the Vulkan renderer on Windows with Visual Studio

This commit is contained in:
Sam Lantinga
2024-02-22 17:18:46 -08:00
parent dfd8073a8f
commit b9a00aa88e
4 changed files with 33 additions and 12 deletions

View File

@@ -305,6 +305,10 @@ typedef unsigned int uintptr_t;
/* Enable Vulkan support */
#define SDL_VIDEO_VULKAN 1
#ifndef SDL_VIDEO_RENDER_VULKAN
#define SDL_VIDEO_RENDER_VULKAN 1
#endif
/* Enable system power support */
#define SDL_POWER_WINDOWS 1