ImDrawList_AddQuad

Function ImDrawList_AddQuad 

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