Fix ImGui overlay and add extension dependencies for dynamicrendering example

This commit is contained in:
Stephen Saunders 2022-08-01 19:05:37 -04:00
parent 62f6dcf767
commit 54d0b27e4a
4 changed files with 23 additions and 4 deletions

View file

@ -69,7 +69,7 @@ namespace vks
UIOverlay();
~UIOverlay();
void preparePipeline(const VkPipelineCache pipelineCache, const VkRenderPass renderPass);
void preparePipeline(const VkPipelineCache pipelineCache, const VkRenderPass renderPass, const VkFormat colorFormat, const VkFormat depthFormat);
void prepareResources();
bool update();
@ -89,4 +89,4 @@ namespace vks
bool button(const char* caption);
void text(const char* formatstr, ...);
};
}
}