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 71677ac commit e76d9f7Copy full SHA for e76d9f7
1 file changed
03_Drawing_a_triangle/04_Swap_chain_recreation.md
@@ -97,7 +97,7 @@ void cleanup() {
97
vkDestroyDevice(device, nullptr);
98
99
if (enableValidationLayers) {
100
- DestroyDebugReportCallbackEXT(instance, callback, nullptr);
+ DestroyDebugUtilsMessengerEXT(instance, debugMessenger, nullptr);
101
}
102
103
vkDestroySurfaceKHR(instance, surface, nullptr);
0 commit comments