MCPcopy Create free account
hub / github.com/VictorGordan/opengl-tutorials / GetBackgroundDrawList

Method GetBackgroundDrawList

ImGUI GLFW Tutorial/imgui/imgui.cpp:3484–3487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3482}
3483
3484ImDrawList* ImGui::GetBackgroundDrawList(ImGuiViewport* viewport)
3485{
3486 return GetViewportDrawList((ImGuiViewportP*)viewport, 0, "##Background");
3487}
3488
3489ImDrawList* ImGui::GetBackgroundDrawList()
3490{

Callers

nothing calls this directly

Calls 1

GetViewportDrawListFunction · 0.70

Tested by

no test coverage detected