Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9a9e40 commit c43acb7Copy full SHA for c43acb7
1 file changed
03_Drawing_a_triangle/00_Setup/02_Validation_layers.md
@@ -145,7 +145,10 @@ void createInstance() {
145
```
146
147
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.
+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.
152
153
Finally, modify the `VkInstanceCreateInfo` struct instantiation to include the
154
validation layer names if they are enabled:
0 commit comments