Skip to content

Commit 6ad3772

Browse files
authored
Merge pull request Overv#84 from szellmann/patch-1
This should say 'layers', not 'extensions'
2 parents 435e467 + 6780d0c commit 6ad3772

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

03_Drawing_a_triangle/00_Setup/02_Validation_layers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ const std::vector<const char*> validationLayers = {
9393
```
9494

9595
We'll add a new function `checkValidationLayerSupport` that checks if all of
96-
the requested layers are available. First list all of the available extensions
96+
the requested layers are available. First list all of the available layers
9797
using the `vkEnumerateInstanceLayerProperties` function. Its usage is identical
9898
to that of `vkEnumerateInstanceExtensionProperties` which was discussed in the
9999
instance creation chapter.

0 commit comments

Comments
 (0)