MCPcopy Create free account
hub / github.com/DISTRHO/Cardinal / _ClearFreeMemory

Method _ClearFreeMemory

plugins/Cardinal/src/DearImGui/imgui_draw.cpp:426–439  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

424}
425
426void ImDrawList::_ClearFreeMemory()
427{
428 CmdBuffer.clear();
429 IdxBuffer.clear();
430 VtxBuffer.clear();
431 Flags = ImDrawListFlags_None;
432 _VtxCurrentIdx = 0;
433 _VtxWritePtr = NULL;
434 _IdxWritePtr = NULL;
435 _ClipRectStack.clear();
436 _TextureIdStack.clear();
437 _Path.clear();
438 _Splitter.ClearFreeMemory();
439}
440
441ImDrawList* ImDrawList::CloneOutput() const
442{

Callers 1

Calls 2

clearMethod · 0.45
ClearFreeMemoryMethod · 0.45

Tested by

no test coverage detected