mirror of
https://github.com/emilk/egui.git
synced 2026-09-03 23:30:04 -04:00
Make egui_wgpu::renderer a private module (#3979)
All its contents is exported to the top-level
This commit is contained in:
@@ -73,7 +73,7 @@ impl BufferPadding {
|
||||
|
||||
/// Everything you need to paint egui with [`wgpu`] on [`winit`].
|
||||
///
|
||||
/// Alternatively you can use [`crate::renderer`] directly.
|
||||
/// Alternatively you can use [`crate::Renderer`] directly.
|
||||
///
|
||||
/// NOTE: all egui viewports share the same painter.
|
||||
pub struct Painter {
|
||||
|
||||
Reference in New Issue
Block a user