Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7648
ImDrawList* ImGui::GetWindowDrawList()
7649
{
7650
ImGuiWindow* window = GetCurrentWindow();
7651
return window->DrawList;
7652
}
7653
7654
ImFont* ImGui::GetFont()
7655
{
Callers
nothing calls this directly
Calls
1
GetCurrentWindow
Function · 0.85
Tested by
no test coverage detected