bevy/crates/bevy_core_pipeline
IceSentry d516a27dc6
Cache depth texture based on usage (#9565)
# Objective

- Currently, the depth textures are cached based on the target. If
multiple camera have the same target but a different
`depth_texture_usage` bevy will just use the same texture and ignore
that setting.

## Solution

- Add the usage as a cache key
2023-09-04 15:26:05 +00:00
..
src Cache depth texture based on usage (#9565) 2023-09-04 15:26:05 +00:00
Cargo.toml Bump Version after Release (#9106) 2023-07-10 21:19:27 +00:00