ImPlot3D_PlotTriangle_S32Ptr

Function ImPlot3D_PlotTriangle_S32Ptr 

Source
pub unsafe extern "C" fn ImPlot3D_PlotTriangle_S32Ptr(
    label_id: *const c_char,
    xs: *const ImS32,
    ys: *const ImS32,
    zs: *const ImS32,
    count: c_int,
    flags: ImPlot3DTriangleFlags,
    offset: c_int,
    stride: c_int,
)