File tree Expand file tree Collapse file tree
03_Drawing_a_triangle/00_Setup Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -143,10 +143,7 @@ void createInstance() {
143143```
144144
145145Now 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
151148Finally, modify the ` VkInstanceCreateInfo ` struct instantiation to include the
152149validation layer names if they are enabled:
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ developing Vulkan applications.
55that MSI Afterburner / RivaTuner Statistics Server is not running, because it
66has 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
99the validation layers get a chance to print errors by keeping the terminal open
1010after your program exits. You can do this from Visual Studio by running your
1111program with Ctrl-F5 instead of F5, and on Linux by executing your program from
You can’t perform that action at this time.
0 commit comments