You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2021-07-16-release-0.9-future.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ See [gfx-rs changelog](https://github.com/gfx-rs/gfx/blob/master/CHANGELOG.md#ha
22
22
23
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).
24
24
25
-
## `wgpu` Family Reunion, Relicense, and the Future
25
+
## wgpu Family Reunion, Relicense, and the Future
26
26
27
27
`wgpu` has had a number of large internal changes which are laying the future for wgpu to be a safe, efficient, and portable api for doing cross-platform graphics.
0 commit comments