/// ⚠ This will do nothing unless you install some image loaders first!
/// ⚠ This will do nothing unless you install some image loaders first!
/// The easiest way to do this is via [`egui_extras::install_image_loaders`](https://docs.rs/egui_extras/latest/egui_extras/loaders/fn.install.html).
/// The easiest way to do this is via [`egui_extras::install_image_loaders`](https://docs.rs/egui_extras/latest/egui_extras/fn.install_image_loaders.html).
///
///
/// The loaders handle caching image data, sampled textures, etc. across frames, so calling this is immediate-mode safe.
/// The loaders handle caching image data, sampled textures, etc. across frames, so calling this is immediate-mode safe.