Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/embree
/ ~ImFontAtlas
Method
~ImFontAtlas
tutorials/common/imgui/imgui_draw.cpp:1973–1977 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1971
}
1972
1973
ImFontAtlas::~ImFontAtlas()
1974
{
1975
IM_ASSERT(!Locked &&
"Cannot modify a locked ImFontAtlas between NewFrame() and EndFrame/Render()!"
);
1976
Clear();
1977
}
1978
1979
void ImFontAtlas::ClearInputData()
1980
{
Callers
nothing calls this directly
Calls
1
Clear
Function · 0.85
Tested by
no test coverage detected