Skip to content

Commit

Permalink
Naga bump
Browse files Browse the repository at this point in the history
  • Loading branch information
cwfitzgerald committed Dec 6, 2023
1 parent a3b6900 commit daedf03
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,12 @@ Bottom level categories:

## Unreleased

## v0.18.2 (2023-XX-XX)
## v0.18.2 (2023-12-06)

(naga version 0.14.2)

### Bug Fixes

#### 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).

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion naga/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "naga"
version = "0.14.1"
version = "0.14.2"
authors = ["Naga Developers"]
edition = "2021"
description = "Shader translation infrastructure"
Expand Down

0 comments on commit daedf03

Please sign in to comment.