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

Skip to content

Commit 68effde

Browse files
committed
Add note to check Vulkan SDK installation if validation layers don't work
1 parent d1888da commit 68effde

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

03_Drawing_a_triangle/00_Setup/02_Validation_layers.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,8 @@ window. You'll see that the following messages are printed to the command prompt
344344

345345
![](/images/validation_layer_test.png)
346346

347+
>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).
348+
347349
Oops, it has already spotted a bug in our program! The
348350
`VkDebugUtilsMessengerEXT` object needs to be cleaned up with a call to
349351
`vkDestroyDebugUtilsMessengerEXT`. Similarly to `vkCreateDebugUtilsMessengerEXT`

0 commit comments

Comments
 (0)