Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 18fee1d

Browse files
committed
Fix vkCreateInfo/vkCreateInstance typo
1 parent 8655147 commit 18fee1d

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
@@ -159,7 +159,7 @@ if (enableValidationLayers) {
159159
}
160160
```
161161

162-
If the check was successful then `vkCreateInfo` should not ever return a
162+
If the check was successful then `vkCreateInstance` should not ever return a
163163
`VK_ERROR_LAYER_NOT_PRESENT` error, but you should run the program to make sure.
164164

165165
## Message callback

0 commit comments

Comments
 (0)