bevy/crates/bevy_core_pipeline/src
Airing 4d54ce14aa
Updated to wgpu 0.16.0, wgpu-hal 0.16.0 and naga 0.12.0 (#8446)
# Objective

- Updated to wgpu 0.16.0 and wgpu-hal 0.16.0

---

## Changelog

1. Upgrade wgpu to 0.16.0 and  wgpu-hal to 0.16.0
2. Fix the error in native when using a filterable
`TextureSampleType::Float` on a multisample `BindingType::Texture`.
([https://github.com/gfx-rs/wgpu/pull/3686](https://github.com/gfx-rs/wgpu/pull/3686))

---------

Co-authored-by: François <mockersf@gmail.com>
2023-04-26 15:34:23 +00:00
..
blit Camera Output Modes, MSAA Writeback, and BlitPipeline (#7671) 2023-03-01 20:35:13 +00:00
bloom Updated to wgpu 0.16.0, wgpu-hal 0.16.0 and naga 0.12.0 (#8446) 2023-04-26 15:34:23 +00:00
contrast_adaptive_sharpening Use RenderGraphApp in more places (#8298) 2023-04-05 20:57:56 +00:00
core_2d Use RenderGraphApp in more places (#8298) 2023-04-05 20:57:56 +00:00
core_3d Use RenderGraphApp in more places (#8298) 2023-04-05 20:57:56 +00:00
fullscreen_vertex_shader Built-in skybox (#8275) 2023-04-02 10:57:12 +00:00
fxaa Non-breaking change* from UK spellings to US (#8291) 2023-04-08 16:22:46 +00:00
prepass Fixed several missing links in docs. (#8117) 2023-04-23 17:28:36 +00:00
skybox Built-in skybox (#8275) 2023-04-02 10:57:12 +00:00
taa Use RenderGraphApp in more places (#8298) 2023-04-05 20:57:56 +00:00
tonemapping Non-breaking change* from UK spellings to US (#8291) 2023-04-08 16:22:46 +00:00
upscaling Use RenderGraphApp in more places (#8298) 2023-04-05 20:57:56 +00:00
clear_color.rs Make Resource trait opt-in, requiring #[derive(Resource)] V2 (#5577) 2022-08-08 21:36:35 +00:00
lib.rs Suppress the clippy::type_complexity lint (#8313) 2023-04-06 21:27:36 +00:00
msaa_writeback.rs Use RenderGraphApp in more places (#8298) 2023-04-05 20:57:56 +00:00