This change calls the imgui drawlist render function directly, instead of setting the callback and letting imgui call it at the end of ImGui::Render. The latter is deprecated since 1.60 and won't compile with IMGUI_DISABLE_OBSOLETE_FUNCTIONS defined.
This change calls the imgui drawlist render function directly, instead of setting the callback and letting imgui call it at the end of
ImGui::Render
. The latter is deprecated since 1.60 and won't compile withIMGUI_DISABLE_OBSOLETE_FUNCTIONS
defined.