Lines Matching defs:ImGui
4 // You may use this file to debug, understand or extend ImGui features but we don't provide any guarantee of forward compatibility!
116 extern IMGUI_API ImGuiContext* GImGui; // Current implicit ImGui context pointer
1312 namespace ImGui
1316 // - ImGui::NewFrame() has never been called, which is illegal.
1317 // - You are calling ImGui functions after ImGui::EndFrame()/ImGui::Render() and before the next ImGui::NewFrame(), which is also illegal.
1455 // Render helpers (those functions don't access any ImGui state!)
1503 } // namespace ImGui