Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0d4f6e2

Browse files
committed
Update FAQ link
1 parent 749f6d1 commit 0d4f6e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

en/90_FAQ.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ after your program exits. You can do this from Visual Studio by running your
1111
program with Ctrl-F5 instead of F5, and on Linux by executing your program from
1212
a terminal window. If there are still no messages and you are sure that
1313
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.
1515

1616
* **vkCreateSwapchainKHR triggers an error in SteamOverlayVulkanLayer64.dll**:
1717
This appears to be a compatibility problem in the Steam client beta. There are a

0 commit comments

Comments
 (0)