template struct ImPlot::RendererLineStripSkip
Overview
template <class _Getter, class _GetterColor> struct RendererLineStripSkip: public ImPlot::RendererBase { // fields const _Getter& Getter; const _GetterColor& GetterColor; float HalfWeight; ImVec2 P1; ImVec2 UV0; ImVec2 UV1; // construction RendererLineStripSkip( const _Getter& getter, const _GetterColor& getter_color, float weight ); // methods void Init(ImDrawList& draw_list) const; IMPLOT_INLINE bool Render( ImDrawList& draw_list, const ImRect& cull_rect, int prim ) const; };