mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-07 15:10:49 +00:00
parent
fff421f4b8
commit
374b0b9aaf
1 changed files with 5 additions and 0 deletions
|
|
@ -2249,6 +2249,11 @@ elseif(VITA)
|
|||
|
||||
endif()
|
||||
|
||||
if(VIDEO_VULKAN AND NOT SDL_LOADSO)
|
||||
message(STATUS "Vulkan support is available, but disabled because there's no loadso.")
|
||||
set(VIDEO_VULKAN OFF)
|
||||
endif()
|
||||
|
||||
if(VIDEO_VULKAN)
|
||||
set(SDL_VIDEO_VULKAN 1)
|
||||
set(HAVE_VIDEO_VULKAN TRUE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue