mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 20:53:53 +00:00
44a365d540
# 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. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |