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 bbd14af commit 0da8c18Copy full SHA for 0da8c18
1 file changed
03_Drawing_a_triangle/00_Setup/02_Validation_layers.md
@@ -262,7 +262,7 @@ this handle right under `instance`:
262
VkDebugReportCallbackEXT callback;
263
```
264
265
-Now add a function `createDebugCallback` to be called from `initVulkan` right
+Now add a function `setupDebugCallback` to be called from `initVulkan` right
266
after `createInstance`:
267
268
```c++
0 commit comments