Function imgui_sys::ImDrawList_AddRect [] [src]

pub unsafe extern fn ImDrawList_AddRect(
    list: *mut ImDrawList,
    a: ImVec2,
    b: ImVec2,
    col: ImU32,
    rounding: c_float,
    rounding_corners: c_int,
    thickness: c_float
)