summaryrefslogtreecommitdiff
path: root/include/SDL_config_windows.h
diff options
context:
space:
mode:
authorSam Lantinga <slouken@libsdl.org>2017-08-28 00:11:38 -0700
committerSam Lantinga <slouken@libsdl.org>2017-08-28 00:11:38 -0700
commitae48232ed1ec7b7bddb91db5358d17c104e21e88 (patch)
treec8ec76d58365def8485844be8f8f1e2ff7aa0099 /include/SDL_config_windows.h
parente84d658bb92c0291239e3b608df39a251581992f (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.h3
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