Mohido / BRDFA_Engine

A 3D engine for the purposes of analyzing different "Bidirectional Reflectance Distribution Function"s over environment maps.
GNU General Public License v3.0
1 stars 0 forks source link

Swapchain Image Acquiring Error #22

Closed Mohido closed 2 years ago

Mohido commented 2 years ago

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.

Mohido commented 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.

Mohido commented 2 years ago

This error has not been appearing since I stopped recreating the whole engine when a simple Event happen. Therefore, I am closing this issue.