mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-02 01:47:41 +00:00
Be clear that disabling Vulkan surface support disables the entire SDL Vulkan integration
This commit is contained in:
parent
5cd1a95910
commit
ce2b16445e
35 changed files with 54 additions and 59 deletions
|
@ -23,7 +23,7 @@
|
|||
#include "SDL_vulkan_internal.h"
|
||||
#include "SDL_error.h"
|
||||
|
||||
#if SDL_VIDEO_VULKAN_SURFACE
|
||||
#if SDL_VIDEO_VULKAN
|
||||
|
||||
/* Based on the headers found in
|
||||
* https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue