asumagic / kag-staging

Issue tracker for the KAG staging build
6 stars 0 forks source link

imgui frame_* functions should be completely bypassed when unused #98

Closed asumagic closed 3 years ago

asumagic commented 4 years ago

apparently it takes up something like 3% of rendering according to perf. that isn't much, but it's such a low-hanging fruit.

mods should still be able to call into ImGui::Begin etc though, regardless of whether the debug menu is closed.