bevy/crates/bevy_render
Robin KAY e6faf993b0 Add support for removing attributes from meshes. (#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 #5222.

## Solution

Implement Mesh::remove_attribute().
2022-07-08 21:18:32 +00:00
..
macros Better Materials: AsBindGroup trait and derive, simpler Material trait (#5053) 2022-06-30 23:48:46 +00:00
src Add support for removing attributes from meshes. (#5254) 2022-07-08 21:18:32 +00:00
Cargo.toml Enable wgpu profiling spans when using bevy's trace feature (#5182) 2022-07-04 09:14:04 +00:00