Skip to main content

ImPlot3D_PlotMesh_FloatPtr

Function ImPlot3D_PlotMesh_FloatPtr 

Source
pub unsafe extern "C" fn ImPlot3D_PlotMesh_FloatPtr(
    label_id: *const c_char,
    vtx_xs: *const f32,
    vtx_ys: *const f32,
    vtx_zs: *const f32,
    idxs: *const c_uint,
    vtx_count: c_int,
    idx_count: c_int,
    spec: ImPlot3DSpec_c,
)