Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InteractiveComputerGraphics/PositionBasedDynamics
/ ~ImFontAtlas
Method
~ImFontAtlas
extern/imgui/imgui_draw.cpp:1982–1986 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1980
}
1981
1982
ImFontAtlas::~ImFontAtlas()
1983
{
1984
IM_ASSERT(!Locked &&
"Cannot modify a locked ImFontAtlas between NewFrame() and EndFrame/Render()!"
);
1985
Clear();
1986
}
1987
1988
void ImFontAtlas::ClearInputData()
1989
{
Callers
nothing calls this directly
Calls
1
Clear
Function · 0.85
Tested by
no test coverage detected