Function imgui_sys::ImDrawList_AddLine[][src]

pub unsafe extern "C" fn ImDrawList_AddLine(
    self_: *mut ImDrawList,
    p1: ImVec2,
    p2: ImVec2,
    col: ImU32,
    thickness: f32
)