Skip to content

Commit

Permalink
Fix typo "layout pipeline layout" -> "pipeline layout" (#4921)
Browse files Browse the repository at this point in the history
  • Loading branch information
HactarCE authored Dec 22, 2023
1 parent 79e5169 commit 2993650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wgpu-core/src/validation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ pub enum StageError {
TooManyVaryings { used: u32, limit: u32 },
#[error("Unable to find entry point '{0}'")]
MissingEntryPoint(String),
#[error("Shader global {0:?} is not available in the layout pipeline layout")]
#[error("Shader global {0:?} is not available in the pipeline layout")]
Binding(naga::ResourceBinding, #[source] BindingError),
#[error("Unable to filter the texture ({texture:?}) by the sampler ({sampler:?})")]
Filtering {
Expand Down

0 comments on commit 2993650

Please sign in to comment.