mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 15:14:50 +00:00
5a297d7903
# Objective Fixes https://github.com/bevyengine/bevy/issues/3499 ## Solution Uses a `HashMap` from `RenderTarget` to sampled textures when preparing `ViewTarget`s to ensure that two passes with the same render target get sampled to the same texture. This builds on and depends on https://github.com/bevyengine/bevy/pull/3412, so this will be a draft PR until #3412 is merged. All changes for this PR are in the last commit. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |