[cimgui 1.53.1] Add binding to ImDrawList_AddImageRounded

This commit is contained in:
Malik Olivier Boussejra 2018-05-01 11:22:12 +09:00
parent 9cd0e61a25
commit e64a1cff05

View File

@ -2121,6 +2121,17 @@ extern "C" {
uv_d: ImVec2,
col: ImU32,
);
pub 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,
);
pub fn ImDrawList_AddPolyLine(
list: *mut ImDrawList,
points: *const ImVec2,