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

Skip to content

Commit 71677ac

Browse files
committed
Add reference to FAQ for unavailability of validation layer(s)
1 parent daabd76 commit 71677ac

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

03_Drawing_a_triangle/00_Setup/02_Validation_layers.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,7 @@ void createInstance() {
143143
```
144144

145145
Now run the program in debug mode and ensure that the error does not occur. If
146-
it does, then make sure you have properly installed the Vulkan SDK. If none or
147-
very few layers are being reported, then you may be dealing with
148-
[this issue](https://vulkan.lunarg.com/app/issues/578e8c8d5698c020d71580fc)
149-
(requires a LunarG account to view). See that page for help with fixing it.
146+
it does, then have a look at the FAQ.
150147

151148
Finally, modify the `VkInstanceCreateInfo` struct instantiation to include the
152149
validation layer names if they are enabled:

99_FAQ.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ developing Vulkan applications.
55
that MSI Afterburner / RivaTuner Statistics Server is not running, because it
66
has some compatibility problems with Vulkan.
77

8-
* **I don't see any messages from the validation layers**: First make sure that
8+
* **I don't see any messages from the validation layers / Validation layers are not available**: First make sure that
99
the validation layers get a chance to print errors by keeping the terminal open
1010
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

0 commit comments

Comments
 (0)