Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions en/03_Drawing_a_triangle/00_Setup/02_Validation_layers.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ the GLFW dependency for windowing.

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

[,c++]
Expand Down