Skip to content

Commit

Permalink
N15: rust-gpu: Improved wording (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasper-Bekkers authored Nov 9, 2020
1 parent ab8eecc commit 79c1bc9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/posts/newsletter-015/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -1282,9 +1282,9 @@ Although still in very early stages of development,
[Rust GPU released v0.1 in October][rustgpu-v0.1],
and has already garnered over 2000 stars on Github.
Currently, compiling and running very simple shaders
works, and a significant portion of the core library also compiles. However,
many things aren't implemented yet: for example, while-loops and if-statements
work, but for-loops, iterators, and match/switch aren't supported yet! That
works, and a significant portion of the core library also compiles. While things
like if-statements and while-loops are working, many things aren't implemented yet.
For example, for-loops, iterators and match/switch aren't supported yet. That
means that while being technically usable, Rust GPU is far from being
production-ready.

Expand Down

0 comments on commit 79c1bc9

Please sign in to comment.