bevy/crates/bevy_render/src/view
Zachary Harrold bc13161416
Migrated NonZero* to NonZero<*> (#14978)
# Objective

- Fixes #14974

## Solution

- Replace all* instances of `NonZero*` with `NonZero<*>`

## Testing

- CI passed locally.

---

## Notes

Within the `bevy_reflect` implementations for `std` types,
`impl_reflect_value!()` will continue to use the type aliases instead,
as it inappropriately parses the concrete type parameter as a generic
argument. If the `ZeroablePrimitive` trait was stable, or the macro
could be modified to accept a finite list of types, then we could fully
migrate.
2024-08-30 02:37:47 +00:00
..
visibility Add helper methods on Visibility (#14898) 2024-08-24 13:49:54 +00:00
window Migrated NonZero* to NonZero<*> (#14978) 2024-08-30 02:37:47 +00:00
mod.rs Rewrite screenshots. (#14833) 2024-08-25 14:14:32 +00:00
view.wgsl Normalise matrix naming (#13489) 2024-06-03 16:56:53 +00:00