summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/README-windows.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/README-windows.md b/docs/README-windows.md
index d133537f5..71f968eeb 100644
--- a/docs/README-windows.md
+++ b/docs/README-windows.md
@@ -42,4 +42,4 @@ Known Bugs:
Vulkan Surface Support
==============
-Support for creating Vulkan surfaces is configured on by default. To disable it change the value of `SDL_VIDEO_VULKAN_SURFACE` to 0 in `SDL_config_windows`. When it is on you must install a [Vulkan SDK](https://www.lunarg.com/vulkan-sdk/) in order to build libSDL.
+Support for creating Vulkan surfaces is configured on by default. To disable it change the value of `SDL_VIDEO_VULKAN` to 0 in `SDL_config_windows.h`. You must install the [Vulkan SDK](https://www.lunarg.com/vulkan-sdk/) in order to use Vulkan graphics in your application.