File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ Rust GPU is an "out-of-tree" compiler backend. This enables fast iteration while
52
52
explore the problem space, but also makes us more susceptible to this sort of breakage.
53
53
One of our long-term goals is to be a supported ` rustc ` backend.
54
54
55
- ### ** Mesh shader support**
55
+ ### Mesh shader support
56
56
57
57
Rust GPU maintainer [ @Firestar99 ] ( https://github.com/firestar99 ) and contributor
58
58
[ @BeastLe9enD ] ( https://github.com/BeastLe9enD ) added support for [ mesh
@@ -107,7 +107,7 @@ pub fn main() {
107
107
}
108
108
```
109
109
110
- ### ** Subgroup support**
110
+ ### Subgroup support
111
111
112
112
[ @Firestar99 ] ( https://github.com/firestar99 ) also added support for subgroups via
113
113
[ subgroup intrinsics] ( https://github.com/Rust-GPU/rust-gpu/pull/14 ) .
You can’t perform that action at this time.
0 commit comments