MCPcopy 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
1982ImFontAtlas::~ImFontAtlas()
1983{
1984 IM_ASSERT(!Locked && "Cannot modify a locked ImFontAtlas between NewFrame() and EndFrame/Render()!");
1985 Clear();
1986}
1987
1988void ImFontAtlas::ClearInputData()
1989{

Callers

nothing calls this directly

Calls 1

ClearFunction · 0.85

Tested by

no test coverage detected