Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit aaf38db

Browse files
authoredNov 1, 2021
N27: wgpu
1 parent 08574da commit aaf38db

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed
 

‎content/news/027/bevy-webgl2.png

239 KB
Loading

‎content/news/027/index.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,25 @@ For more details, see the [changelog][tetra-changelog].
145145

146146
## Library Updates
147147

148+
### [wgpu]-0.11 release
149+
150+
![bevy webgl2 via wgpu](bevy-webgl2.png)
151+
_experimental Bevy branch running on WebGL2 via wgpu_
152+
153+
The team is happy to announce the release of wgpu-0.11 and naga-0.7.
154+
Details can be found on the [gfx-rs blog]. The most exciting feature
155+
is WebGL2 support. With some caveats, users no longer need to wait for
156+
WebGPU in the browsers in order to deploy on the Web. Support is still
157+
a bit rough, and patches come out regularly, but most examples work.
158+
159+
@kvark also visited [Rust LA Meetup] to [talk about Naga]
160+
and the history of processing shaders with Rust.
161+
162+
[wgpu]: https://github.com/gfx-rs/wgpu
163+
[gfx-rs blog]: https://gfx-rs.github.io/2021/10/07/release-0.11.html
164+
[Rust LA Meetup]: https://rustlang.la/
165+
[talk about Naga]: https://vimeo.com/632377558
166+
148167
## Popular Workgroup Issues in Github
149168

150169
<!-- Up to 10 links to interesting issues -->

0 commit comments

Comments
 (0)
Please sign in to comment.