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

Method GetForegroundDrawList

ImGUI GLFW Tutorial/imgui/imgui.cpp:3495–3498  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3493}
3494
3495ImDrawList* ImGui::GetForegroundDrawList(ImGuiViewport* viewport)
3496{
3497 return GetViewportDrawList((ImGuiViewportP*)viewport, 1, "##Foreground");
3498}
3499
3500ImDrawList* ImGui::GetForegroundDrawList()
3501{

Callers

nothing calls this directly

Calls 2

GetViewportDrawListFunction · 0.70
GetForegroundDrawListFunction · 0.70

Tested by

no test coverage detected