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

Skip to content

Commit c43acb7

Browse files
committed
Add link to LunarG SDK installation issue
1 parent a9a9e40 commit c43acb7

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

03_Drawing_a_triangle/00_Setup/02_Validation_layers.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,10 @@ void createInstance() {
145145
```
146146

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

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

0 commit comments

Comments
 (0)