bevy/crates/bevy_render/src/view
bilsen 63fee2572b ParamSet for conflicting SystemParam:s (#2765)
# Objective
Add a system parameter `ParamSet` to be used as container for conflicting parameters.

## Solution
Added two methods to the SystemParamState trait, which gives the access used by the parameter. Did the implementation. Added some convenience methods to FilteredAccessSet. Changed `get_conflicts` to return every conflicting component instead of breaking on the first conflicting `FilteredAccess`.


Co-authored-by: bilsen <40690317+bilsen@users.noreply.github.com>
2022-03-29 23:39:38 +00:00
..
visibility ParamSet for conflicting SystemParam:s (#2765) 2022-03-29 23:39:38 +00:00
mod.rs use marker components for cameras instead of name strings (#3635) 2022-03-12 00:41:06 +00:00
window.rs Make get_resource (and friends) infallible (#4047) 2022-02-27 22:37:18 +00:00