MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / ClearFreeMemory

Method ClearFreeMemory

lib/imgui/imgui_draw.cpp:395–407  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

393}
394
395void ImDrawList::ClearFreeMemory()
396{
397 CmdBuffer.clear();
398 IdxBuffer.clear();
399 VtxBuffer.clear();
400 _VtxCurrentIdx = 0;
401 _VtxWritePtr = NULL;
402 _IdxWritePtr = NULL;
403 _ClipRectStack.clear();
404 _TextureIdStack.clear();
405 _Path.clear();
406 _Splitter.ClearFreeMemory();
407}
408
409ImDrawList* ImDrawList::CloneOutput() const
410{

Callers 2

ShutdownMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected