bevy/crates/bevy_render
Nicola Papale c1fd505f9c
Implement Reflect on NoFrustumCulling (#8801)
# Objective

`NoFrustumCulling` doesn't implement `Reflect`, while nothing prevents
it from implementing it.

## Solution

Implement `Reflect` for it.

---

## Changelog

- Add `Reflect` derive to `NoFrustrumCulling`.
- Add `FromReflect` derive to `Visibility`.
2023-06-10 10:04:50 +00:00
..
macros update syn, encase, glam and hexasphere (#8573) 2023-05-16 01:24:17 +00:00
src Implement Reflect on NoFrustumCulling (#8801) 2023-06-10 10:04:50 +00:00
Cargo.toml Update ruzstd requirement from 0.3.1 to 0.4.0 (#8755) 2023-06-06 21:04:07 +00:00