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
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -335,6 +335,11 @@ window. You'll see that the following message is printed to the command prompt:
335
335
336
336

337
337
338
+
*If this message is not printed when the program exits, then there may be a
339
+
problem with your Vulkan SDK installation. See [this page](https://vulkan.lunarg.com/doc/sdk/1.0.61.0/windows/getting_started.html) for more information. You can prevent the command prompt from
340
+
immediately closing in Visual Studio by running your program with Ctrl-F5 instead
341
+
of just F5.*
342
+
338
343
Oops, it has already spotted a bug in our program! The
339
344
`VkDebugReportCallbackEXT` object needs to be cleaned up with a call to
340
345
`vkDestroyDebugReportCallbackEXT`. Similarly to `vkCreateDebugReportCallbackEXT`
0 commit comments