diff --git a/README.md b/README.md index f9cd6fd..caba5f2 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,7 @@ Some ideas were also taken from [Zeux's blog](https://zeux.io/2020/02/27/writing - [x] Never delete resources (images, views, framebuffers) in the resize. Instead put it in a delayed-deletion-queue. This will delete it when its no longer being used in a couple of frames - [x] use imageless framebuffer - [x] If the items in 4 and 5 are implemented, the resize function will not need to call vkDeviceWaitIdle() +- [ ] Implement Compute shaders ### Descriptor Layout Idea