Skip to content

Commit

Permalink
frontents typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kvark authored Oct 9, 2021
1 parent cc3bb03 commit 06021a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2021-10-07-release-0.11.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ A long standing point of confusion when using wgpu was that dropping the surface

## More Robust Shader Translation

`naga` has made progress on all frontents and backends.
`naga` has made progress on all frontends and backends.

The most notable change was that @JCapucho, with the help of @jimb, completely rewrote the parsing of spirv's control flow. spirv has notably complex control flow which has a large number of complicated edge cases. After multiple reworks, we have settled on this new style of control flow graph parsing. If you input spirv into wgpu, this will mean that even more spirv, especially optimized spirv, will properly validate and convert.

Expand Down

0 comments on commit 06021a6

Please sign in to comment.