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

Skip to content

Commit b0320c7

Browse files
committed
Fix typo
1 parent afda346 commit b0320c7

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
@@ -347,7 +347,7 @@ window. You'll see that the following messages are printed to the command prompt
347347
Oops, it has already spotted a bug in our program! The
348348
`VkDebugUtilsMessengerEXT` object needs to be cleaned up with a call to
349349
`vkDestroyDebugUtilsMessengerEXT`. Similarly to `vkCreateDebugUtilsMessengerEXT`
350-
the function needs to be explicitly loaded. Note that it is normal for this message to be printed multiple times. This happens because multiple validation layers check for for the deletion of the debug messenger.
350+
the function needs to be explicitly loaded. Note that it is normal for this message to be printed multiple times. This happens because multiple validation layers check for the deletion of the debug messenger.
351351

352352
Create another proxy function right
353353
below `CreateDebugUtilsMessengerEXT`:

0 commit comments

Comments
 (0)