Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8655147 commit 18fee1dCopy full SHA for 18fee1d
1 file changed
03_Drawing_a_triangle/00_Setup/02_Validation_layers.md
@@ -159,7 +159,7 @@ if (enableValidationLayers) {
159
}
160
```
161
162
-If the check was successful then `vkCreateInfo` should not ever return a
+If the check was successful then `vkCreateInstance` should not ever return a
163
`VK_ERROR_LAYER_NOT_PRESENT` error, but you should run the program to make sure.
164
165
## Message callback
0 commit comments