mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 14:20:04 -04:00
Partial font texture update (#1149)
This commit is contained in:
@@ -86,8 +86,8 @@ pub fn run(app: Box<dyn epi::App>, native_options: &epi::NativeOptions) -> ! {
|
||||
integration.update(gl_window.window());
|
||||
let clipped_meshes = integration.egui_ctx.tessellate(shapes);
|
||||
|
||||
for (id, image) in textures_delta.set {
|
||||
painter.set_texture(&gl, id, &image);
|
||||
for (id, image_delta) in textures_delta.set {
|
||||
painter.set_texture(&gl, id, &image_delta);
|
||||
}
|
||||
|
||||
// paint:
|
||||
|
||||
Reference in New Issue
Block a user