JoshuaBrookover / bigg

bgfx, imgui, glfw, glm
The Unlicense
226 stars 35 forks source link

Call imgui render function directly #29

Closed pezcode closed 4 years ago

pezcode commented 4 years ago

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.