Pass updated frame buffers on resize

This commit is contained in:
saschawillems 2017-11-03 16:35:38 +01:00
parent a8cb646a7c
commit b7d2dbced4
3 changed files with 5 additions and 4 deletions

View file

@ -91,7 +91,7 @@ namespace vks
~UIOverlay();
void update();
void resize(uint32_t width, uint32_t height);
void resize(uint32_t width, uint32_t height, std::vector<VkFramebuffer> framebuffers);
void submit(VkQueue queue, uint32_t bufferindex, VkSubmitInfo submitInfo);