mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
b75f6118bb43921c39dc391663b5ceaf7b74a268
765: Update naga to gfx-11 r=cwfitzgerald a=kvark Gets us https://github.com/gfx-rs/wgpu/pull/1220 Note that "cross" feature is not optional here. We could lift it up and add to `default = []` but that would make the Web backend to always unconditionally depend on `wgpu-core` (since enabling a feature on it automatically enables it). So we ideally need a way for Cargo to allow platform-specific default features... About the shadow example - the experimental translation works on the main pipeline, but fails on the baking pipeline because of https://github.com/gfx-rs/naga/issues/483. Fortunately, it falls back to SPIRV-Cross gracefully here. The new validation detected a flaw in our shader (comparison sampler mismatch), yay! Co-authored-by: Dzmitry Malyshau <kvarkus@gmail.com>
Description
No description provided
Languages
Rust
79.9%
WGSL
16.2%
HLSL
2%
GLSL
1.7%
JavaScript
0.2%