From 2073a62326008d36f8147afc8e47856e557a2dfa Mon Sep 17 00:00:00 2001 From: Hjalte Sorgenfrei Mac Dalland Date: Thu, 2 Mar 2023 16:16:54 +0100 Subject: [PATCH] Task should not be done --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 295a110..214dd7e 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,8 @@ Some ideas were also taken from [Zeux's blog](https://zeux.io/2020/02/27/writing - [x] If the items in 4 and 5 are implemented, the resize function will not need to call vkDeviceWaitIdle() - [x] Implement Compute shaders - [x] Delete `Renderer::uploadBuffer` it should be handled by `AssetManager` -- [ ] Create multiple vk::Framebuffer swapChainFramebuffers. +- [x] Create multiple vk::Framebuffer swapChainFramebuffers. + - No dont do that, i made the change because it is imageless now. ### Descriptor Layout Idea