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

Method GetForegroundDrawList

tutorials/common/imgui/imgui.cpp:3979–3982  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3977}
3978
3979ImDrawList* ImGui::GetForegroundDrawList(ImGuiViewport* viewport)
3980{
3981 return GetViewportDrawList((ImGuiViewportP*)viewport, 1, "##Foreground");
3982}
3983
3984ImDrawList* ImGui::GetForegroundDrawList()
3985{

Callers

nothing calls this directly

Calls 2

GetViewportDrawListFunction · 0.85
GetForegroundDrawListFunction · 0.85

Tested by

no test coverage detected