mirror of
https://github.com/emilk/egui.git
synced 2026-07-12 09:38:54 +00:00
b896d641c5
* Improved wgpu callbacks * update documentation on egui_wgpu callbacks * make shared callback resource map pub * make it nicer to create epaint::PaintCallback from egui_wgpu callback * constrain ClippedPrimitive lifetime to outlive wgpu::RenderPass * Revert callback resources to TypeMap, put finish_prepare on callback trait * doc string fixes