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

Function RenderPrimitives1

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

Source from the content-addressed store, hash-verified

1524
1525template <template <class> class _Renderer, class _Getter, typename ...Args>
1526void RenderPrimitives1(const _Getter& getter, Args... args) {
1527 ImDrawList& draw_list = *GetPlotDrawList();
1528 const ImRect& cull_rect = GetCurrentPlot()->PlotRect;
1529 RenderPrimitivesEx(_Renderer<_Getter>(getter,args...), draw_list, cull_rect);
1530}
1531
1532template <template <class,class> class _Renderer, class _Getter1, class _Getter2, typename ...Args>
1533void RenderPrimitives2(const _Getter1& getter1, const _Getter2& getter2, Args... args) {

Callers

nothing calls this directly

Calls 3

GetPlotDrawListFunction · 0.85
GetCurrentPlotFunction · 0.85
RenderPrimitivesExFunction · 0.85

Tested by

no test coverage detected