Skip to content

Commit 4bd2527

Browse files
authored
Merge pull request #39 from PrototypeNM1/patch-1
Clean up spelling unnecisary to unnecessary.
2 parents 5f2b8f5 + 098d77d commit 4bd2527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2021-07-16-release-0.9-future.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ See [gfx-rs changelog](https://github.com/gfx-rs/gfx/blob/master/CHANGELOG.md#ha
2020

2121
`wgpu` validation has continued to improve. Many validation holes were plugged with the last release. Through the combined work in `wgpu` and `naga`, validation holes have been sured up, and new features have been implemented. One such feature is getting the array length of runtime-sized arrays, which is now properly implemented on metal.
2222

23-
`wgpu` performance is still a vital target for us, so we have done work on improving the overhead of resource tracking. We've reduced unnecisary overhead through only doing stateful tracking for resources that have complex states. These changes were made from benchmarks of Gecko's WebGPU implemention which showed that tracking was a bottleneck. You can read more about it [#1413](https://github.com/gfx-rs/wgpu/issues/1413).
23+
`wgpu` performance is still a vital target for us, so we have done work on improving the overhead of resource tracking. We've reduced unnecessary overhead through only doing stateful tracking for resources that have complex states. These changes were made from benchmarks of Gecko's WebGPU implemention which showed that tracking was a bottleneck. You can read more about it [#1413](https://github.com/gfx-rs/wgpu/issues/1413).
2424

2525
## wgpu Family Reunion, Relicense, and the Future
2626

0 commit comments

Comments
 (0)