Skip to content

Commit

Permalink
Typo: ran -> run
Browse files Browse the repository at this point in the history
  • Loading branch information
fintelia authored Dec 25, 2021
1 parent df11793 commit 1b1fbba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2021-12-25-this-year.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ We moved from gfx-hal to the newly created _wgpu-hal_ and restructured the repos

At the same time, [@cwfitzgerald](https://github.com/cwfitzgerald) has revamped our testing infrastructure with Rust integration tests and example snapshots. On top of that, _wgpu_ has tightly [integrated with Deno]({% post_url 2021-09-16-deno-webgpu %}) (thanks to the effort of Deno team!), opening up the road to testing on a real CTS, which is available in CI now.

One shiny highlight of the year was the WebGL port, which became practically usable. Getting it ready was truly a collaborative effort, kicked off by [@zicklag](https://github.com/zicklag). Today, _wgpu-rs_ examples can be [ran online](https://wgpu.rs/examples-gl/?example=cube) with WebGL.
One shiny highlight of the year was the WebGL port, which became practically usable. Getting it ready was truly a collaborative effort, kicked off by [@zicklag](https://github.com/zicklag). Today, _wgpu-rs_ examples can be [run online](https://wgpu.rs/examples-gl/?example=cube) with WebGL.

In terms of correctness and portability, [@Wumpf](https://github.com/Wumpf) landed the titanic work of ensuring all our resources are properly zero-initialized. This has proven to be much more involved than it seems, and now users will get consistent behavior across platforms.

Expand Down

0 comments on commit 1b1fbba

Please sign in to comment.