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
5252explore the problem space, but also makes us more susceptible to this sort of breakage.
5353One of our long-term goals is to be a supported ` rustc ` backend.
5454
55- ### ** Mesh shader support**
55+ ### Mesh shader support
5656
5757Rust GPU maintainer [ @Firestar99 ] ( https://github.com/firestar99 ) and contributor
5858[ @BeastLe9enD ] ( https://github.com/BeastLe9enD ) added support for [ mesh
@@ -107,7 +107,7 @@ pub fn main() {
107107}
108108```
109109
110- ### ** Subgroup support**
110+ ### Subgroup support
111111
112112[ @Firestar99 ] ( https://github.com/firestar99 ) also added support for subgroups via
113113[ subgroup intrinsics] ( https://github.com/Rust-GPU/rust-gpu/pull/14 ) .
You can’t perform that action at this time.
0 commit comments