Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make Material2d pipeline systems public (#8642)
# Objective Make `Material2dPipeline` reusable. This was already done for PBR materials in #7548. ## Solution Expose `extract_materials_2d`, `prepare_materials_2d` and `ExtractedMaterials2d`. --- ## Changelog - bevy_sprite: Make `prepare_materials_2d`, `extract_materials_2d` and `ExtractedMaterials2d` public.
- Loading branch information