thennequin / ImWindow

Window and GUI system based on Dear ImGui from OCornut
MIT License
828 stars 119 forks source link

Fix bgfx sorting drawcalls #25

Closed bdumesnil closed 6 years ago

bdumesnil commented 6 years ago

By default bgfx is re-ordering drawcalls by state, which is problematic when using functions like ImGui::Image.