ImPlot_PlotImage

Function ImPlot_PlotImage 

Source
pub unsafe extern "C" fn ImPlot_PlotImage(
    label_id: *const c_char,
    tex_ref: ImTextureRef_c,
    bounds_min: ImPlotPoint_c,
    bounds_max: ImPlotPoint_c,
    uv0: ImVec2_c,
    uv1: ImVec2_c,
    tint_col: ImVec4_c,
    flags: ImPlotImageFlags,
)