bevy/crates/bevy_render
Carter Anderson de677dbfc9 Use more ergonomic span syntax (#4246)
Tracing added support for "inline span entering", which cuts down on a lot of complexity:

```rust
let span = info_span!("my_span").entered();
```

This adapts our code to use this pattern where possible, and updates our docs to recommend it.

This produces equivalent tracing behavior. Here is a side by side profile of "before" and "after" these changes.
![image](https://user-images.githubusercontent.com/2694663/158912137-b0aa6dc8-c603-425f-880f-6ccf5ad1b7ef.png)
2022-03-18 04:19:21 +00:00
..
src Use more ergonomic span syntax (#4246) 2022-03-18 04:19:21 +00:00
Cargo.toml KTX2/DDS/.basis compressed texture support (#3884) 2022-03-15 22:26:46 +00:00