MCPcopy Create free account
hub / github.com/KebsCS/KBotExt / _ClearFreeMemory

Method _ClearFreeMemory

KBotExt/imgui/imgui_draw.cpp:411–424  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

409}
410
411void ImDrawList::_ClearFreeMemory()
412{
413 CmdBuffer.clear();
414 IdxBuffer.clear();
415 VtxBuffer.clear();
416 Flags = ImDrawListFlags_None;
417 _VtxCurrentIdx = 0;
418 _VtxWritePtr = NULL;
419 _IdxWritePtr = NULL;
420 _ClipRectStack.clear();
421 _TextureIdStack.clear();
422 _Path.clear();
423 _Splitter.ClearFreeMemory();
424}
425
426ImDrawList* ImDrawList::CloneOutput() const
427{

Callers 1

Calls 2

ClearFreeMemoryMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected