android: enable vulkan renderer
This commit is contained in:
committed by
Sam Lantinga
parent
f13be04980
commit
0506cf18ab
@@ -1339,6 +1339,10 @@ if(ANDROID)
|
||||
if(VULKAN_PASSED_ANDROID_CHECKS)
|
||||
set(SDL_VIDEO_VULKAN 1)
|
||||
set(HAVE_VULKAN TRUE)
|
||||
if(SDL_RENDER_VULKAN)
|
||||
set(SDL_VIDEO_RENDER_VULKAN 1)
|
||||
set(HAVE_RENDER_VULKAN TRUE)
|
||||
endif()
|
||||
endif()
|
||||
endif()
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user