Fix ImGui overlay and add extension dependencies for dynamicrendering example
This commit is contained in:
parent
62f6dcf767
commit
54d0b27e4a
4 changed files with 23 additions and 4 deletions
|
|
@ -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, ...);
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue