File tree 1 file changed +3
-3
lines changed
content/posts/newsletter-015
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1282,9 +1282,9 @@ Although still in very early stages of development,
1282
1282
[ Rust GPU released v0.1 in October] [ rustgpu-v0.1 ] ,
1283
1283
and has already garnered over 2000 stars on Github.
1284
1284
Currently, compiling and running very simple shaders
1285
- works, and a significant portion of the core library also compiles. However,
1286
- many things aren't implemented yet: for example, while-loops and if-statements
1287
- work, but for-loops, iterators, and match/switch aren't supported yet! That
1285
+ works, and a significant portion of the core library also compiles. While things
1286
+ like if-statements and while-loops are working, many things aren't implemented yet.
1287
+ For example, for-loops, iterators and match/switch aren't supported yet. That
1288
1288
means that while being technically usable, Rust GPU is far from being
1289
1289
production-ready.
1290
1290
You can’t perform that action at this time.
0 commit comments