Kawe Mazidjatari c6f25432fd Undo ImGui shutdown patch, and add missing/reorder shutdown calls
The shutdown patch from commit '48c2401c' created another bug where all inputs get collated, and once drawn, emitted to the ImGui interfaces. The patch has been undone, and the 'ImGui_ImplDX11_Shutdown()' call has been placed before 'ImGui_ImplWin32_Shutdown()', as this was how it was performed according to the official documentation and examples provided by Dear ImGui. The call 'ImGui::DestroyContext()' has also been added (taken from the examples). Removed redundant static global bool.
2023-06-16 23:16:02 +02:00
..
2023-05-10 00:05:38 +02:00
2023-03-18 14:10:29 +01:00
2022-04-26 20:24:51 +02:00
2022-12-29 13:30:33 +01:00