You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: en/90_FAQ.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ after your program exits. You can do this from Visual Studio by running your
11
11
program with Ctrl-F5 instead of F5, and on Linux by executing your program from
12
12
a terminal window. If there are still no messages and you are sure that
13
13
validation layers are turned on, then you should ensure that your Vulkan SDK is
14
-
correctly installed by following [these instructions](https://vulkan.lunarg.com/doc/view/1.1.106.0/windows/getting_started.html#user-content-verify-the-installation). Also ensure that your SDK version is at least 1.1.106.0 to support the `VK_LAYER_KHRONOS_validation` layer.
14
+
correctly installed by following the "Verify the Installation" instructions[on this page](https://vulkan.lunarg.com/doc/view/1.2.135.0/windows/getting_started.html). Also ensure that your SDK version is at least 1.1.106.0 to support the `VK_LAYER_KHRONOS_validation` layer.
15
15
16
16
***vkCreateSwapchainKHR triggers an error in SteamOverlayVulkanLayer64.dll**:
17
17
This appears to be a compatibility problem in the Steam client beta. There are a
0 commit comments