Skip to content
Snippets Groups Projects
Verified Commit 036a31e7 authored by Tobias Frisch's avatar Tobias Frisch
Browse files

Fix runtime error of gui module

parent 667e72b7
No related branches found
No related tags found
No related merge requests found
......@@ -146,6 +146,8 @@ namespace vkcv::gui {
ImGui_ImplVulkan_Init(&init_info);
ImGui_ImplVulkan_CreateFontsTexture();
m_render_pass = init_info.RenderPass;
m_context.getDevice().waitIdle();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment