ImPlot_PlotHistogram2D_FloatPtr

Function ImPlot_PlotHistogram2D_FloatPtr 

Source
pub unsafe extern "C" fn ImPlot_PlotHistogram2D_FloatPtr(
    label_id: *const c_char,
    xs: *const f32,
    ys: *const f32,
    count: c_int,
    x_bins: c_int,
    y_bins: c_int,
    range: ImPlotRect,
    flags: ImPlotHistogramFlags,
) -> f64