Skip to main content

ImPlot3D_PlotImage_Plot3DPoint

Function ImPlot3D_PlotImage_Plot3DPoint 

Source
pub unsafe extern "C" fn ImPlot3D_PlotImage_Plot3DPoint(
    label_id: *const c_char,
    tex_ref: ImTextureRef_c,
    p0: ImPlot3DPoint_c,
    p1: ImPlot3DPoint_c,
    p2: ImPlot3DPoint_c,
    p3: ImPlot3DPoint_c,
    uv0: ImVec2_c,
    uv1: ImVec2_c,
    uv2: ImVec2_c,
    uv3: ImVec2_c,
    tint_col: ImVec4_c,
    spec: ImPlot3DSpec_c,
)