Function implot_sys::ImPlot_PlotHeatmapS8Ptr[][src]

pub unsafe extern "C" fn ImPlot_PlotHeatmapS8Ptr(
    label_id: *const c_char,
    values: *const ImS8,
    rows: c_int,
    cols: c_int,
    scale_min: f64,
    scale_max: f64,
    label_fmt: *const c_char,
    bounds_min: ImPlotPoint,
    bounds_max: ImPlotPoint
)