MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/PositionBasedDynamics / CloneOutput

Method CloneOutput

extern/imgui/imgui_draw.cpp:432–440  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

430}
431
432ImDrawList* ImDrawList::CloneOutput() const
433{
434 ImDrawList* dst = IM_NEW(ImDrawList(_Data));
435 dst->CmdBuffer = CmdBuffer;
436 dst->IdxBuffer = IdxBuffer;
437 dst->VtxBuffer = VtxBuffer;
438 dst->Flags = Flags;
439 return dst;
440}
441
442void ImDrawList::AddDrawCmd()
443{

Callers

nothing calls this directly

Calls 1

ImDrawListClass · 0.85

Tested by

no test coverage detected