Pass updated frame buffers on resize
This commit is contained in:
parent
a8cb646a7c
commit
b7d2dbced4
3 changed files with 5 additions and 4 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue