diff options
author | Sam Lantinga <slouken@libsdl.org> | 2017-08-28 00:11:38 -0700 |
---|---|---|
committer | Sam Lantinga <slouken@libsdl.org> | 2017-08-28 00:11:38 -0700 |
commit | ae48232ed1ec7b7bddb91db5358d17c104e21e88 (patch) | |
tree | c8ec76d58365def8485844be8f8f1e2ff7aa0099 /include/SDL_config_windows.h | |
parent | e84d658bb92c0291239e3b608df39a251581992f (diff) |
Be clear that disabling Vulkan surface support disables the entire SDL Vulkan integration
Diffstat (limited to 'include/SDL_config_windows.h')
-rw-r--r-- | include/SDL_config_windows.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/SDL_config_windows.h b/include/SDL_config_windows.h index 23cdd5d1cd..2456c843fe 100644 --- a/include/SDL_config_windows.h +++ b/include/SDL_config_windows.h @@ -208,7 +208,8 @@ typedef unsigned int uintptr_t; #define SDL_VIDEO_OPENGL_EGL 1 #endif -#define SDL_VIDEO_VULKAN_SURFACE 1 +/* Enable Vulkan support */ +#define SDL_VIDEO_VULKAN 1 /* Enable system power support */ #define SDL_POWER_WINDOWS 1 |