We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 435e467 + 6780d0c commit 6ad3772Copy full SHA for 6ad3772
1 file changed
03_Drawing_a_triangle/00_Setup/02_Validation_layers.md
@@ -93,7 +93,7 @@ const std::vector<const char*> validationLayers = {
93
```
94
95
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
+the requested layers are available. First list all of the available layers
97
using the `vkEnumerateInstanceLayerProperties` function. Its usage is identical
98
to that of `vkEnumerateInstanceExtensionProperties` which was discussed in the
99
instance creation chapter.
0 commit comments