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

Skip to content

Commit 660efa2

Browse files
authored
Merge pull request #23 from saveman71/patch-1
Fix incorrect function name in validation layers example
2 parents bbd14af + 0da8c18 commit 660efa2

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
@@ -262,7 +262,7 @@ this handle right under `instance`:
262262
VkDebugReportCallbackEXT callback;
263263
```
264264

265-
Now add a function `createDebugCallback` to be called from `initVulkan` right
265+
Now add a function `setupDebugCallback` to be called from `initVulkan` right
266266
after `createInstance`:
267267

268268
```c++

0 commit comments

Comments
 (0)