bevy/crates/bevy_render
Jerome Humbert 499510489e
impl Eq + Hash for BindGroup/Layout (#17547)
# Objective

Implement `Eq` and `Hash` for the `BindGroup` and `BindGroupLayout`
wrappers.

## Solution

Implement based on the same assumption that the ID is unique, for
consistency with `PartialEq`.

## Testing

None; this should be straightforward. If there's an issue that would be
a design one.
2025-01-26 22:23:09 +00:00
..
macros Bump Version after Release (#17176) 2025-01-06 00:04:44 +00:00
src impl Eq + Hash for BindGroup/Layout (#17547) 2025-01-26 22:23:09 +00:00
Cargo.toml Move hashbrown and foldhash out of bevy_utils (#17460) 2025-01-23 16:46:08 +00:00
README.md

Bevy Render

License Crates.io Downloads Docs Discord