MCPcopy Create free account
hub / github.com/Wemino/MarkerPatch / GetFrameCount

Method GetFrameCount

include/imgui/imgui.cpp:5214–5217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5212}
5213
5214int ImGui::GetFrameCount()
5215{
5216 return GImGui->FrameCount;
5217}
5218
5219static ImDrawList* GetViewportBgFgDrawList(ImGuiViewportP* viewport, size_t drawlist_no, const char* drawlist_name)
5220{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected