mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
898: Update naga with improved SPIR-V parsing and reflection r=cwfitzgerald a=kvark **Connections** Fixes #892 Fixes #899 Includes https://github.com/gfx-rs/naga/pull/153 and the awesome https://github.com/gfx-rs/naga/pull/122 Also includes https://github.com/gfx-rs/naga/pull/157 now. **Description** This PR updates naga and our validation code. ~~We can successfully validate only `hello-triangle` and `cube` examples, still.~~ We mostly pass the validation of the examples now! Meta-issue filed in https://github.com/gfx-rs/naga/issues/155 to unlock the rest. **Testing** Tested on examples in https://github.com/gfx-rs/wgpu-rs/pull/537 Co-authored-by: Dzmitry Malyshau <kvarkus@gmail.com>