ImDrawList_AddTriangle

Function ImDrawList_AddTriangle 

Source
pub unsafe extern "C" fn ImDrawList_AddTriangle(
    this: *mut ImDrawList,
    p1: *const ImVec2,
    p2: *const ImVec2,
    p3: *const ImVec2,
    col: ImU32,
    thickness: f32,
)