Skip to content

Commit

Permalink
Fix typo I introduced in previous PR (#3615)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk authored Mar 22, 2023
1 parent a89e35a commit d20fc0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wgpu-core/src/pipeline.rs
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ pub enum CreateRenderPipelineError {
location: wgt::ShaderLocation,
offset: wgt::BufferAddress,
},
#[error("Two or more attributes were assigned to the same shader lcoation {0}")]
#[error("Two or more vertex attributes were assigned to the same location in the shader: {0}")]
ShaderLocationClash(u32),
#[error("Strip index format was not set to None but to {strip_index_format:?} while using the non-strip topology {topology:?}")]
StripIndexFormatForNonStripTopology {
Expand Down

0 comments on commit d20fc0d

Please sign in to comment.