Function aflak_imgui_sys::ImDrawList_AddImageRounded[][src]

pub unsafe extern "C" fn ImDrawList_AddImageRounded(
    list: *mut ImDrawList,
    user_texture_id: ImTextureID,
    a: ImVec2,
    b: ImVec2,
    uv_a: ImVec2,
    uv_b: ImVec2,
    col: ImU32,
    rounding: c_float,
    rounding_corners: c_int
)