Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for removing attributes from meshes. (bevyengine#5254)
# Objective Support removing attributes from meshes. For an example use case, meshes created using the bevy::predule::shape types or loaded from external files may have attributes that are not needed for the materials they will be rendered with. This was extracted from PR bevyengine#5222. ## Solution Implement Mesh::remove_attribute().
- Loading branch information