update_egui_textures_system

Function update_egui_textures_system 

Source
pub fn update_egui_textures_system(
    egui_render_output: Query<'_, '_, (Entity, &EguiRenderOutput)>,
    egui_managed_textures: ResMut<'_, EguiManagedTextures>,
    image_assets: ResMut<'_, Assets<Image>>,
)
Expand description

Updates textures painted by Egui.