mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 22:30:03 -04:00
Remove unsafe impl of Send and Sync for Painter
This commit is contained in:
@@ -90,9 +90,6 @@ pub struct Painter {
|
|||||||
surfaces: ViewportIdMap<SurfaceState>,
|
surfaces: ViewportIdMap<SurfaceState>,
|
||||||
}
|
}
|
||||||
|
|
||||||
unsafe impl Send for Painter {}
|
|
||||||
unsafe impl Sync for Painter {}
|
|
||||||
|
|
||||||
impl Painter {
|
impl Painter {
|
||||||
/// Manages [`wgpu`] state, including surface state, required to render egui.
|
/// Manages [`wgpu`] state, including surface state, required to render egui.
|
||||||
///
|
///
|
||||||
|
|||||||
Reference in New Issue
Block a user