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
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ 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
`vk::raii::Context::enumerateInstanceExtensionProperties` function and check that all
required layers are listed in that list. This check is also performed directly in the
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wording also needs to be changed from "...required layers" to "...required extensions".

`createInstance` function:

Expand Down
Loading