Closed Mohido closed 2 years ago
Resolved in most cases, now most of the ImGui events do not require to restart the engine. Thus, I will close this issue in the next PR. The current latest branch with this issue fixed is the imgui_texteditor branch.
This error has not been appearing since I stopped recreating the whole engine when a simple Event happen. Therefore, I am closing this issue.
I think this is happening because I recreate the swapchain from withen the drawUI call. Therefore, I think I need to skip the frame that drawUI return something in it.