Skip to content

Commit 8776c14

Browse files
authored
[0.10] Grammar
1 parent b242fcc commit 8776c14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2021-08-18-release-0.10.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Following our release cadence every few months, we rolled out 0.10 through all o
1414

1515
## Pure-Rust Graphics
1616

17-
`wgpu` has had many new changes, the most notible of which is the switch to our new Hardware Abstraction Layer `wgpu-hal`. This includes completely rebuilt backends which are more efficient, easier to maintain, and signifigantly leaner. As part of this, we have shedded our last C/C++ dependency `spirv-cross`. We now are entirely based on `naga` for all of our shader translation. This is not only a marked achievement for rust graphics, but has made wgpu safer and more robust.
17+
`wgpu` has had many new changes, the most notible of which is the switch to our new Hardware Abstraction Layer `wgpu-hal`. This includes completely rebuilt backends which are more efficient, easier to maintain, and signifigantly leaner. As part of this, we have shed our last C/C++ dependency `spirv-cross`. We now are entirely based on `naga` for all of our shader translation. This is not only a marked achievement for rust graphics, but has made wgpu safer and more robust.
1818

1919
The new `wgpu-hal`:
2020
- Supports Vulkan, D3D12, Metal, and OpenGL ES with D3D11 to come soon.

0 commit comments

Comments
 (0)