mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 04:33:37 +00:00
c78886e649
# Objective - `C: ExtractComponent` inserts `C::Out` instead of `C`, so we need to remove `C::Out`. cc #15904. ## Solution - `C` -> `C::Out` ## Testing - CAS has `<ContrastAdaptiveSharpening as ExtractComponent>::Out = (DenoiseCas, CasUniform)`. Setting its strength to zero correctly removes the effect after this change. |
||
---|---|---|
.. | ||
macros | ||
src | ||
Cargo.toml | ||
README.md |