Skip to content

Commit 12320b1

Browse files
committed
add REQUIRES: spirv
Signed-off-by: Nathan Gauër <[email protected]>
1 parent f6eab5b commit 12320b1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tools/clang/test/SemaHLSL/getattribute-at-vertex.missing.nointerpolation.call.hlsl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// REQUIRES: spirv
12
// RUN: dxc -T ps_6_2 -E main %s -spirv -verify
23

34
float compute(nointerpolation float3 value) {

tools/clang/test/SemaHLSL/getattribute-at-vertex.missing.nointerpolation.hlsl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// REQUIRES: spirv
12
// RUN: dxc -T ps_6_2 -E main %s -spirv -verify
23

34
struct S1 {

0 commit comments

Comments
 (0)