Patch imageless framebuffer image usage/formats to match image patching

This commit is contained in:
baldurk
2021-04-12 19:48:48 +01:00
parent 3bc996116d
commit 02e8e8fdf7
7 changed files with 193 additions and 33 deletions
@@ -174,6 +174,9 @@ void main()
Present();
}
vkDeviceWaitIdle(device);
vkDestroyFramebuffer(device, fb, NULL);
return 0;
}
};