Skip to main content

ImPlot3D_PlotMesh_U64Ptr

Function ImPlot3D_PlotMesh_U64Ptr 

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