| 4276 | } |
| 4277 | |
| 4278 | ImDrawList* ImGui::GetBackgroundDrawList(ImGuiViewport* viewport) |
| 4279 | { |
| 4280 | return GetViewportBgFgDrawList((ImGuiViewportP*)viewport, 0, "##Background"); |
| 4281 | } |
| 4282 | |
| 4283 | ImDrawList* ImGui::GetBackgroundDrawList() |
| 4284 | { |
nothing calls this directly
no test coverage detected