custom
| 1996 | |
| 1997 | // custom |
| 1998 | void PlotLineG(const char* label_id, ImPlotGetter getter_func, void* data, int count, const ImPlotSpec& spec) { |
| 1999 | GetterFuncPtr getter(getter_func,data, count); |
| 2000 | PlotLineEx(label_id, getter, spec); |
| 2001 | } |
| 2002 | |
| 2003 | //----------------------------------------------------------------------------- |
| 2004 | // [SECTION] PlotScatter |
no test coverage detected