Skip to content

Commit

Permalink
Update naga to 0.13.0@git:3c7dbc4016b84a35c69b30305b12abaeefc21fd9 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
nical authored Oct 9, 2023
1 parent a5b9ebb commit 2664da8
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ version = "0.17"

[workspace.dependencies.naga]
git = "https://github.com/gfx-rs/naga"
rev = "6668d0694cc51ee66c71c2ca3a1ab1081956299b"
rev = "3c7dbc4016b84a35c69b30305b12abaeefc21fd9"
version = "0.13.0"

[workspace.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion wgpu-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ thiserror = "1"

[dependencies.naga]
git = "https://github.com/gfx-rs/naga"
rev = "6668d0694cc51ee66c71c2ca3a1ab1081956299b"
rev = "3c7dbc4016b84a35c69b30305b12abaeefc21fd9"
version = "0.13.0"
features = ["clone", "span", "validate"]

Expand Down
1 change: 1 addition & 0 deletions wgpu-core/src/validation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@ fn map_storage_format_from_naga(format: naga::StorageFormat) -> wgt::TextureForm
Sf::Rgba8Snorm => Tf::Rgba8Snorm,
Sf::Rgba8Uint => Tf::Rgba8Uint,
Sf::Rgba8Sint => Tf::Rgba8Sint,
Sf::Bgra8Unorm => Tf::Bgra8Unorm,

Sf::Rgb10a2Uint => Tf::Rgb10a2Uint,
Sf::Rgb10a2Unorm => Tf::Rgb10a2Unorm,
Expand Down
4 changes: 2 additions & 2 deletions wgpu-hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -120,14 +120,14 @@ android_system_properties = "0.1.1"

[dependencies.naga]
git = "https://github.com/gfx-rs/naga"
rev = "6668d0694cc51ee66c71c2ca3a1ab1081956299b"
rev = "3c7dbc4016b84a35c69b30305b12abaeefc21fd9"
version = "0.13.0"
features = ["clone"]

# DEV dependencies
[dev-dependencies.naga]
git = "https://github.com/gfx-rs/naga"
rev = "6668d0694cc51ee66c71c2ca3a1ab1081956299b"
rev = "3c7dbc4016b84a35c69b30305b12abaeefc21fd9"
version = "0.13.0"
features = ["wgsl-in"]

Expand Down

0 comments on commit 2664da8

Please sign in to comment.