summaryrefslogtreecommitdiff
path: root/tests/pipeline/rasterization/mesh/nested-component-write.slang
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pipeline/rasterization/mesh/nested-component-write.slang')
-rw-r--r--tests/pipeline/rasterization/mesh/nested-component-write.slang4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/pipeline/rasterization/mesh/nested-component-write.slang b/tests/pipeline/rasterization/mesh/nested-component-write.slang
index 68bb6dfb9..f55d5365e 100644
--- a/tests/pipeline/rasterization/mesh/nested-component-write.slang
+++ b/tests/pipeline/rasterization/mesh/nested-component-write.slang
@@ -33,8 +33,8 @@ const static uint MAX_PRIMS = 1;
[numthreads(3, 1, 1)]
void main(
in uint tig : SV_GroupIndex,
- out Vertices<Vertex, MAX_VERTS> verts,
- out Indices<uint3, MAX_PRIMS> triangles
+ OutputVertices<Vertex, MAX_VERTS> verts,
+ OutputIndices<uint3, MAX_PRIMS> triangles
)
{
SetMeshOutputCounts(3, 1);