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

Method GetWindowDrawList

tutorials/common/imgui/imgui.cpp:7648–7652  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7646}
7647
7648ImDrawList* ImGui::GetWindowDrawList()
7649{
7650 ImGuiWindow* window = GetCurrentWindow();
7651 return window->DrawList;
7652}
7653
7654ImFont* ImGui::GetFont()
7655{

Callers

nothing calls this directly

Calls 1

GetCurrentWindowFunction · 0.85

Tested by

no test coverage detected