ImPlot_PlotImage

Function ImPlot_PlotImage 

Source
pub unsafe extern "C" fn ImPlot_PlotImage(
    label_id: *const c_char,
    tex_ref: ImTextureRef,
    bounds_min: ImPlotPoint,
    bounds_max: ImPlotPoint,
    uv0: ImVec2,
    uv1: ImVec2,
    tint_col: ImVec4,
    flags: ImPlotImageFlags,
)