Skip to content

Commit 4230264

Browse files
committed
Merge remote-tracking branch 'upstream/trunk' into mesh-shading/spv-write
2 parents 18fa9a8 + a05c70c commit 4230264

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

naga/tests/in/wgsl/mesh-shader-empty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ targets = "IR | ANALYSIS | SPIRV"
33

44
[spv]
55
version = [1, 4]
6-
capabilities = ["MeshShadingEXT"]
6+
capabilities = ["MeshShadingEXT"]

naga/tests/in/wgsl/mesh-shader-lines.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ targets = "IR | ANALYSIS | SPIRV"
33

44
[spv]
55
version = [1, 4]
6-
capabilities = ["MeshShadingEXT"]
6+
capabilities = ["MeshShadingEXT"]

naga/tests/in/wgsl/mesh-shader-points.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ targets = "IR | ANALYSIS | SPIRV"
33

44
[spv]
55
version = [1, 4]
6-
capabilities = ["MeshShadingEXT"]
6+
capabilities = ["MeshShadingEXT"]

naga/tests/in/wgsl/mesh-shader.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ targets = "IR | ANALYSIS | SPIRV"
33

44
[spv]
55
version = [1, 4]
6-
capabilities = ["MeshShadingEXT"]
6+
capabilities = ["MeshShadingEXT"]

0 commit comments

Comments
 (0)