| 3482 | } |
| 3483 | |
| 3484 | ImDrawList* ImGui::GetBackgroundDrawList(ImGuiViewport* viewport) |
| 3485 | { |
| 3486 | return GetViewportDrawList((ImGuiViewportP*)viewport, 0, "##Background"); |
| 3487 | } |
| 3488 | |
| 3489 | ImDrawList* ImGui::GetBackgroundDrawList() |
| 3490 | { |
nothing calls this directly
no test coverage detected