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

Skip to content

Commit 90e3980

Browse files
committed
Add help text for when layers are not working correctly
1 parent 808483d commit 90e3980

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

03_Drawing_a_triangle/00_Setup/02_Validation_layers.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,11 @@ window. You'll see that the following message is printed to the command prompt:
335335

336336
![](/images/validation_layer_test.png)
337337

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+
338343
Oops, it has already spotted a bug in our program! The
339344
`VkDebugReportCallbackEXT` object needs to be cleaned up with a call to
340345
`vkDestroyDebugReportCallbackEXT`. Similarly to `vkCreateDebugReportCallbackEXT`

0 commit comments

Comments
 (0)