Add a comment

This commit is contained in:
Emil Ernerfeldt
2023-11-13 15:53:29 +01:00
parent b179ddce86
commit 4d7fc70803
+2
View File
@@ -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>>,
}