| 5212 | } |
| 5213 | |
| 5214 | int ImGui::GetFrameCount() |
| 5215 | { |
| 5216 | return GImGui->FrameCount; |
| 5217 | } |
| 5218 | |
| 5219 | static ImDrawList* GetViewportBgFgDrawList(ImGuiViewportP* viewport, size_t drawlist_no, const char* drawlist_name) |
| 5220 | { |
nothing calls this directly
no outgoing calls
no test coverage detected