We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 318dffc commit 925a74eCopy full SHA for 925a74e
en/03_Drawing_a_triangle/04_Swap_chain_recreation.adoc
@@ -58,7 +58,7 @@ We'll move the cleanup code of all objects that are recreated as part of a swap
58
----
59
void cleanupSwapChain() {
60
for (auto framebuffer : swapChainFramebuffers) {
61
- vvkDestroyFramebuffer(device, framebuffer, nullptr);
+ vkDestroyFramebuffer(device, framebuffer, nullptr);
62
}
63
64
for (auto imageView : swapChainImageViews) {
0 commit comments