MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / RenderPrimitives3

Function RenderPrimitives3

Source/3rdParty/implot/implot_items.cpp:1540–1544  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1538
1539template <template <class,class,class> class _Renderer, class _Getter1, class _Getter2, class _Getter3, typename ...Args>
1540void RenderPrimitives3(const _Getter1& getter1, const _Getter2& getter2, const _Getter3& getter3, Args... args) {
1541 ImDrawList& draw_list = *GetPlotDrawList();
1542 const ImRect& cull_rect = GetCurrentPlot()->PlotRect;
1543 RenderPrimitivesEx(_Renderer<_Getter1,_Getter2,_Getter3>(getter1,getter2,getter3,args...), draw_list, cull_rect);
1544}
1545
1546//-----------------------------------------------------------------------------
1547// [SECTION] Markers

Callers

nothing calls this directly

Calls 3

GetPlotDrawListFunction · 0.85
GetCurrentPlotFunction · 0.85
RenderPrimitivesExFunction · 0.85

Tested by

no test coverage detected