MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / _ClearFreeMemory

Method _ClearFreeMemory

TheForceEngine/TFE_Ui/imGUI/imgui_draw.cpp:423–436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 2

ClearFreeMemoryMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected