Skip to content

Commit 34190ed

Browse files
authored
Correction in 02_Validation_layers.adoc
1 parent bc6f001 commit 34190ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

en/03_Drawing_a_triangle/00_Setup/02_Validation_layers.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ the GLFW dependency for windowing.
160160

161161
We'll check if all the required extensions are available. We first get a list of all
162162
supported instance extensions by using the
163-
`vk::raii::Context::enumerateInstanceLayerProperties` function and check that all
163+
`vk::raii::Context::enumerateInstanceExtensionProperties` function and check that all
164164
required layers are listed in that list. This check is also performed directly in the
165165
`createInstance` function:
166166

0 commit comments

Comments
 (0)