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

Skip to content

Commit daabd76

Browse files
committed
Update links to SDK installation guide
1 parent 65432df commit daabd76

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

03_Drawing_a_triangle/00_Setup/02_Validation_layers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ window. You'll see that the following messages are printed to the command prompt
342342

343343
![](/images/validation_layer_test.png)
344344

345-
>If you don't see any messages then [check your installation](https://vulkan.lunarg.com/doc/view/1.0.61.0/windows/getting_started.html#user-content-verify-the-installation).
345+
>If you don't see any messages then [check your installation](https://vulkan.lunarg.com/doc/view/1.1.106.0/windows/getting_started.html#user-content-verify-the-installation).
346346
347347
Oops, it has already spotted a bug in our program! The
348348
`VkDebugUtilsMessengerEXT` object needs to be cleaned up with a call to

99_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/sdk/1.0.61.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.
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.
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)