Skip to content

Commit 4eb40e0

Browse files
authored
Gate experimental mesh test on validator version 1.9 (#6494)
The multipleSetMeshOutputCounts.hlsl test file needs to be gated on dxil validator version 1.9
1 parent 08c41b4 commit 4eb40e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/clang/test/CodeGenHLSL/mesh-val/multipleSetMeshOutputCounts.hlsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %dxc -E main -T ms_6_5 %s | FileCheck %s
1+
// RUN: %dxilver 1.9 | %dxc -E main -T ms_6_5 %s | FileCheck %s
22

33
// CHECK: SetMeshOutputCounts cannot be called multiple times.
44

0 commit comments

Comments
 (0)