Skip to content

Improved wording in rust-gpu description #362

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 9, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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