Function imgui_sys::ImDrawList_AddTriangle [] [src]

pub unsafe extern fn ImDrawList_AddTriangle(
    list: *mut ImDrawList,
    a: ImVec2,
    b: ImVec2,
    c: ImVec2,
    col: ImU32,
    thickness: c_float
)