[][src]Function imgui_sys::ImDrawList_AddTriangle

pub unsafe extern "C" fn ImDrawList_AddTriangle(
    self_: *mut ImDrawList,
    a: ImVec2,
    b: ImVec2,
    c: ImVec2,
    col: ImU32,
    thickness: f32
)