We should always have a CurrentWindow in the stack (there is an implicit "Debug" window) If this ever crash because g.CurrentWindow is NULL it means that either - ImGui::NewFrame() has never been called, which is illegal. - You are calling ImGui functions after ImGui::Render() and before the next ImGui::NewFrame(), which is also illegal.
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected