There was an error while loading. Please reload this page.
1 parent bc6f001 commit 34190edCopy full SHA for 34190ed
1 file changed
en/03_Drawing_a_triangle/00_Setup/02_Validation_layers.adoc
@@ -160,7 +160,7 @@ the GLFW dependency for windowing.
160
161
We'll check if all the required extensions are available. We first get a list of all
162
supported instance extensions by using the
163
-`vk::raii::Context::enumerateInstanceLayerProperties` function and check that all
+`vk::raii::Context::enumerateInstanceExtensionProperties` function and check that all
164
required layers are listed in that list. This check is also performed directly in the
165
`createInstance` function:
166
0 commit comments