mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-13 06:28:36 +00:00
Fix doc link to imgui::Image
Unsure why but [`imgui::Image`] doesn't work while [`crate::Image`] does
This commit is contained in:
parent
a4f74624e1
commit
caf8c8d95a
@ -717,7 +717,7 @@ impl<'ui> BezierCurve<'ui> {
|
||||
}
|
||||
|
||||
/// Image draw list primitive, not to be confused with the widget
|
||||
/// [`imgui::widgets::image::Image`]. See [`DrawListMut::add_image`]
|
||||
/// [`imgui::Image`](crate::Image).
|
||||
#[must_use = "should call .build() to draw the object"]
|
||||
pub struct Image<'ui> {
|
||||
texture_id: TextureId,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user