1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-29 04:40:03 -04:00

Improve docs

This commit is contained in:
Emil Ernerfeldt
2021-10-23 05:58:10 +02:00
parent 4194a83a5e
commit a3ba85dbb3
9 changed files with 115 additions and 24 deletions

View File

@@ -121,6 +121,7 @@ impl EguiGlium {
&self.egui_ctx
}
/// useful for calling e.g. [`crate::Painter::register_glium_texture`].
pub fn painter_mut(&mut self) -> &mut crate::Painter {
&mut self.painter
}