MCPcopy Create free account
hub / github.com/RenderKit/embree / GetBackgroundDrawList

Method GetBackgroundDrawList

tutorials/common/imgui/imgui.cpp:3968–3971  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3966}
3967
3968ImDrawList* ImGui::GetBackgroundDrawList(ImGuiViewport* viewport)
3969{
3970 return GetViewportDrawList((ImGuiViewportP*)viewport, 0, "##Background");
3971}
3972
3973ImDrawList* ImGui::GetBackgroundDrawList()
3974{

Callers

nothing calls this directly

Calls 1

GetViewportDrawListFunction · 0.85

Tested by

no test coverage detected