android: enable vulkan renderer

This commit is contained in:
captain0xff
2024-07-13 17:23:53 +05:30
committed by Sam Lantinga
parent f13be04980
commit 0506cf18ab
2 changed files with 7 additions and 0 deletions

View File

@@ -193,6 +193,9 @@
#define SDL_VIDEO_VULKAN 0
#else
#define SDL_VIDEO_VULKAN 1
#ifndef SDL_VIDEO_RENDER_VULKAN
#define SDL_VIDEO_RENDER_VULKAN 1
#endif
#endif
/* Enable system power support */