bevy/crates/bevy_core_pipeline
Zhixing Zhang 44a365d540
Allow custom depth texture usage (#6815)
# Objective
Sometimes we might want to read from the depth texture in some custom
rendering features. We must then add `STORAGE_BINDING` or
`TEXTURE_BINDING` to the texture usage flags when creating them.

## Solution

This PR allows one to customize the usage flags in the `Camera3d`
component.
2023-05-08 18:20:06 +00:00
..
src Allow custom depth texture usage (#6815) 2023-05-08 18:20:06 +00:00
Cargo.toml Temporal Antialiasing (TAA) (#7291) 2023-03-27 22:22:40 +00:00