mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 15:13:12 -04:00
More image polish (#3343)
* docs * paint_texture_at * comment * Fix doc-tests
This commit is contained in:
@@ -1235,8 +1235,8 @@ impl PlotItem for PlotImage {
|
||||
};
|
||||
let screen_rotation = -*rotation as f32;
|
||||
|
||||
egui::paint_image_at(
|
||||
ui,
|
||||
egui::paint_texture_at(
|
||||
ui.painter(),
|
||||
image_screen_rect,
|
||||
&ImageOptions {
|
||||
uv: *uv,
|
||||
|
||||
Reference in New Issue
Block a user