bevy/.github/example-run
Elabajaba 665dbcbb21
wgpu 0.17 (#9302)
~~Currently blocked on an upstream bug that causes crashes when
minimizing/resizing on dx12 https://github.com/gfx-rs/wgpu/issues/3967~~
wgpu 0.17.1 is out which fixes it

# Objective

Keep wgpu up to date.

## Solution

Update wgpu and naga_oil.

Currently this depends on an unreleased (and unmerged) branch of
naga_oil, and hasn't been properly tested yet.

The wgpu side of this seems to have been an extremely trivial upgrade
(all the upgrade work seems to be in naga_oil). This also lets us remove
the workarounds for pack/unpack4x8unorm in the SSAO shaders.

Lets us close the dx12 part of
https://github.com/bevyengine/bevy/issues/8888

related: https://github.com/bevyengine/bevy/issues/9304

---

## Changelog

Update to wgpu 0.17 and naga_oil 0.9
2023-10-09 20:15:24 +00:00
..
alien_cake_addict.ron run some examples on CI using swiftshader (#1826) 2021-04-14 21:40:36 +00:00
breakout.ron Take example screenshots in CI (#8488) 2023-05-01 18:00:01 +00:00
contributors.ron CI: use lavapipe instead of swiftshader when running examples (#3358) 2021-12-17 23:58:09 +00:00
load_gltf.ron Take example screenshots in CI (#8488) 2023-05-01 18:00:01 +00:00
no_renderer.ron Rename headless_defaults example to no_renderer for clarity (#5263) 2022-07-11 14:11:32 +00:00
scene.ron CI: use lavapipe instead of swiftshader when running examples (#3358) 2021-12-17 23:58:09 +00:00