mirror of
https://github.com/xemu-project/implot.git
synced 2026-01-31 01:35:21 +01:00
2
implot.h
2
implot.h
@@ -831,7 +831,7 @@ IMPLOT_API void SetNextAxesToFit();
|
||||
// an ImPlot function post-fixed with a G (e.g. PlotScatterG). This has a slight performance
|
||||
// cost, but probably not enough to worry about unless your data is very large. Examples:
|
||||
//
|
||||
// ImPlotPoint MyDataGetter(void* data, int idx) {
|
||||
// ImPlotPoint MyDataGetter(int idx, void* data) {
|
||||
// MyData* my_data = (MyData*)data;
|
||||
// ImPlotPoint p;
|
||||
// p.x = my_data->GetTime(idx);
|
||||
|
||||
Reference in New Issue
Block a user