Skip to content

Commit

Permalink
[0.10] Grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
cwfitzgerald authored Aug 18, 2021
1 parent b242fcc commit 8776c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2021-08-18-release-0.10.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Following our release cadence every few months, we rolled out 0.10 through all o

## Pure-Rust Graphics

`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.
`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.

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

0 comments on commit 8776c14

Please sign in to comment.