Skip to content

Commit

Permalink
Fix a couple typos (#6713)
Browse files Browse the repository at this point in the history
  • Loading branch information
atlv24 authored Dec 12, 2024
1 parent 727992e commit 28a3e97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion naga/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "naga"
version = "23.0.0"
authors = ["gfx-rs developers"]
edition = "2021"
description = "Shader translator of validator. Part of the wgpu project"
description = "Shader translator and validator. Part of the wgpu project"
repository = "https://github.com/gfx-rs/wgpu/tree/trunk/naga"
keywords = ["shader", "SPIR-V", "GLSL", "MSL"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion naga/src/back/glsl/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4097,7 +4097,7 @@ impl<'a, W: Write> Writer<'a, W> {
) -> Result<(), Error> {
use crate::ImageDimension as IDim;

// NOTE: openGL requires that `imageStore`s have no effets when the texel is invalid
// NOTE: openGL requires that `imageStore`s have no effects when the texel is invalid
// so we don't need to generate bounds checks (OpenGL 4.2 Core §3.9.20)

// This will only panic if the module is invalid
Expand Down

0 comments on commit 28a3e97

Please sign in to comment.