mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 06:40:06 -04:00
Make egui_wgpu::renderer a private module (#3979)
All its contents is exported to the top-level
This commit is contained in:
@@ -4,7 +4,6 @@ use std::{borrow::Cow, num::NonZeroU64, ops::Range};
|
||||
|
||||
use epaint::{ahash::HashMap, emath::NumExt, PaintCallbackInfo, Primitive, Vertex};
|
||||
|
||||
use wgpu;
|
||||
use wgpu::util::DeviceExt as _;
|
||||
|
||||
/// You can use this for storage when implementing [`CallbackTrait`].
|
||||
|
||||
Reference in New Issue
Block a user