ImPlot_PlotHistogram2D_U16Ptr

Function ImPlot_PlotHistogram2D_U16Ptr 

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