mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 23:13:13 -04:00
Add a comment
This commit is contained in:
@@ -1892,6 +1892,8 @@ mod wgpu_integration {
|
||||
struct WgpuWinitRunning {
|
||||
integration: epi_integration::EpiIntegration,
|
||||
app: Box<dyn epi::App>,
|
||||
|
||||
/// Wrapped in an `Rc<RefCell<…>>` so it can be re-entrantly shared via a weak-pointer.
|
||||
shared: Rc<RefCell<SharedState>>,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user