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
|
|
@ -217,7 +217,7 @@ void VulkanExampleBase::prepare()
|
|||
loadShader(getShadersPath() + "base/uioverlay.frag.spv", VK_SHADER_STAGE_FRAGMENT_BIT),
|
||||
};
|
||||
UIOverlay.prepareResources();
|
||||
UIOverlay.preparePipeline(pipelineCache, renderPass);
|
||||
UIOverlay.preparePipeline(pipelineCache, renderPass, swapChain.colorFormat, depthFormat);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue