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 @@ -997,7 +997,7 @@ pub enum Binding {
997997 /// whether they are per-primitive; a mesh shader's per-vertex and per-primitive
998998 /// outputs share the same location numbering space.
999999 ///
1000- /// Per primitive values are not interpolated at all and are not dependent on the
1000+ /// Per- primitive values are not interpolated at all and are not dependent on the
10011001 /// vertices or pixel location. For example, it may be used to store a
10021002 /// non-interpolated normal vector.
10031003 per_primitive : bool ,
@@ -2178,7 +2178,7 @@ pub enum Statement {
21782178 /// The specific operation we're performing on `query`.
21792179 fun : RayQueryFunction ,
21802180 } ,
2181- /// A mesh shader intrinsic
2181+ /// A mesh shader intrinsic.
21822182 MeshFunction ( MeshFunction ) ,
21832183 /// Calculate a bitmask using a boolean from each active thread in the subgroup
21842184 SubgroupBallot {
You can’t perform that action at this time.
0 commit comments