MCPcopy Create free account
hub / github.com/KebsCS/KBotExt / ~ImDrawListSplitter

Method ~ImDrawListSplitter

KBotExt/imgui/imgui.h:2576–2576  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2574
2575 inline ImDrawListSplitter() { memset(this, 0, sizeof(*this)); }
2576 inline ~ImDrawListSplitter() { ClearFreeMemory(); }
2577 inline void Clear() { _Current = 0; _Count = 1; } // Do not clear Channels[] so our allocations are reused next frame
2578 IMGUI_API void ClearFreeMemory();
2579 IMGUI_API void Split(ImDrawList* draw_list, int count);

Callers

nothing calls this directly

Calls 1

ClearFreeMemoryFunction · 0.85

Tested by

no test coverage detected