mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-04 05:51:19 +12:00
Vulkan: Only create imgui renderpass once (#972)
This commit is contained in:
parent
1d398551e2
commit
b4aa10bee4
2 changed files with 36 additions and 27 deletions
|
@ -441,7 +441,7 @@ private:
|
|||
bool m_destroyPadSwapchainNextAcquire = false;
|
||||
bool IsSwapchainInfoValid(bool mainWindow) const;
|
||||
|
||||
VkRenderPass m_imguiRenderPass = nullptr;
|
||||
VkRenderPass m_imguiRenderPass = VK_NULL_HANDLE;
|
||||
|
||||
VkDescriptorPool m_descriptorPool;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue