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: 03_Drawing_a_triangle/00_Setup/02_Validation_layers.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -344,6 +344,8 @@ window. You'll see that the following messages are printed to the command prompt
344
344
345
345

346
346
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
+
347
349
Oops, it has already spotted a bug in our program! The
348
350
`VkDebugUtilsMessengerEXT` object needs to be cleaned up with a call to
349
351
`vkDestroyDebugUtilsMessengerEXT`. Similarly to `vkCreateDebugUtilsMessengerEXT`
0 commit comments