bevy/pipelined
François cf48132efd clearpass: also clear views without depth (2d) (#3286)
# Objective

- after #3209, 2d examples background were not cleared

<img width="912" alt="Screenshot 2021-12-10 at 00 48 04" src="https://user-images.githubusercontent.com/8672791/145494415-d4b7a149-6f9a-4036-9ac5-3d1227b4de69.png">

## Solution

- Change the query to also work when there isn't a `ViewDepthTexture`
2021-12-10 02:32:51 +00:00
..
bevy_core_pipeline clearpass: also clear views without depth (2d) (#3286) 2021-12-10 02:32:51 +00:00
bevy_gltf2 Fix clippy lints for 1.57 (#3238) 2021-12-02 23:40:37 +00:00
bevy_pbr2 Clustered forward rendering (#3153) 2021-12-09 03:08:54 +00:00
bevy_render2 Ported WgpuOptions to bevy_render2 (#3282) 2021-12-09 21:14:17 +00:00
bevy_sprite2 Default image used in PipelinedSpriteBundle to be able to render without loading a texture (#3270) 2021-12-07 01:13:55 +00:00