pub fn extract_egui_textures_system(
    commands: Commands<'_, '_>,
    egui_context: Extract<'_, '_, Res<'_, EguiContext>>,
    egui_managed_textures: Extract<'_, '_, Res<'_, EguiManagedTextures>>
)
Expand description

Extracts Egui textures.