mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-21 22:33:49 +00:00
Naga bump
This commit is contained in:
parent
a3b6900d4d
commit
daedf03f06
@ -40,10 +40,12 @@ Bottom level categories:
|
|||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
## v0.18.2 (2023-XX-XX)
|
## v0.18.2 (2023-12-06)
|
||||||
|
|
||||||
(naga version 0.14.2)
|
(naga version 0.14.2)
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
#### Naga
|
#### Naga
|
||||||
- When evaluating const-expressions and generating SPIR-V, properly handle `Compose` expressions whose operands are `Splat` expressions. Such expressions are created and marked as constant by the constant evaluator. By @jimblandy in [#4695](https://github.com/gfx-rs/wgpu/pull/4695).
|
- When evaluating const-expressions and generating SPIR-V, properly handle `Compose` expressions whose operands are `Splat` expressions. Such expressions are created and marked as constant by the constant evaluator. By @jimblandy in [#4695](https://github.com/gfx-rs/wgpu/pull/4695).
|
||||||
|
|
||||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -2018,7 +2018,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "naga"
|
name = "naga"
|
||||||
version = "0.14.1"
|
version = "0.14.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"arbitrary",
|
"arbitrary",
|
||||||
"bincode",
|
"bincode",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "naga"
|
name = "naga"
|
||||||
version = "0.14.1"
|
version = "0.14.2"
|
||||||
authors = ["Naga Developers"]
|
authors = ["Naga Developers"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "Shader translation infrastructure"
|
description = "Shader translation infrastructure"
|
||||||
|
Loading…
Reference in New Issue
Block a user