We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc83830 commit 9af4653Copy full SHA for 9af4653
blog/2024-12-29-rust-gpu-0.10.md
@@ -52,7 +52,7 @@ Rust GPU is an "out-of-tree" compiler backend. This enables fast iteration while
52
explore the problem space, but also makes us more susceptible to this sort of breakage.
53
One of our long-term goals is to be a supported `rustc` backend.
54
55
-### **Mesh shader support**
+### Mesh shader support
56
57
Rust GPU maintainer [@Firestar99](https://github.com/firestar99) and contributor
58
[@BeastLe9enD](https://github.com/BeastLe9enD) added support for [mesh
@@ -107,7 +107,7 @@ pub fn main() {
107
}
108
```
109
110
-### **Subgroup support**
+### Subgroup support
111
112
[@Firestar99](https://github.com/firestar99) also added support for subgroups via
113
[subgroup intrinsics](https://github.com/Rust-GPU/rust-gpu/pull/14).
0 commit comments