| 5305 | } |
| 5306 | |
| 5307 | int ImGui::GetFrameCount() |
| 5308 | { |
| 5309 | return GImGui->FrameCount; |
| 5310 | } |
| 5311 | |
| 5312 | static ImDrawList* GetViewportBgFgDrawList(ImGuiViewportP* viewport, size_t drawlist_no, const char* drawlist_name) |
| 5313 | { |
no outgoing calls
no test coverage detected