mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-27 21:38:34 +00:00
[cimgui 1.53.1] Add binding to ImDrawList_AddImageRounded
This commit is contained in:
parent
9cd0e61a25
commit
e64a1cff05
@ -2121,6 +2121,17 @@ extern "C" {
|
|||||||
uv_d: ImVec2,
|
uv_d: ImVec2,
|
||||||
col: ImU32,
|
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(
|
pub fn ImDrawList_AddPolyLine(
|
||||||
list: *mut ImDrawList,
|
list: *mut ImDrawList,
|
||||||
points: *const ImVec2,
|
points: *const ImVec2,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user