| 548 | : RendererBase(getter.Count / 3, 3, 3), Getter(getter), ColGetter(col_getter) {} |
| 549 | |
| 550 | void Init(ImDrawList3D& draw_list_3d) const { UV = draw_list_3d._SharedData->TexUvWhitePixel; } |
| 551 | |
| 552 | IMPLOT3D_INLINE bool Render(ImDrawList3D& draw_list_3d, const ImPlot3DBox& cull_box, int prim) const { |
| 553 | ImPlot3DPoint p_plot[3]; |
nothing calls this directly
no outgoing calls
no test coverage detected