diff options
| author | Jay Kwak <82421531+jkwak-work@users.noreply.github.com> | 2025-01-29 17:42:28 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-29 17:42:28 -0800 |
| commit | cbcb97a64c0b7b908fc7be565b0d6141d2f1a1f7 (patch) | |
| tree | 21e60b34a0ebe9598cc72e2895db00b8a124573c /tests/spirv | |
| parent | 2ba6458eba8bd2d4f4d2ffdd452ae089e5b50907 (diff) | |
Update SPIRV submodules and fix tests (#6222)
Diffstat (limited to 'tests/spirv')
| -rw-r--r-- | tests/spirv/mesh-primitive.slang | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/spirv/mesh-primitive.slang b/tests/spirv/mesh-primitive.slang index 4daf21749..ec0fd4d8b 100644 --- a/tests/spirv/mesh-primitive.slang +++ b/tests/spirv/mesh-primitive.slang @@ -1,4 +1,4 @@ -//TEST:SIMPLE(filecheck=CHECK): -target spirv -emit-spirv-directly +//TEST:SIMPLE(filecheck=CHECK): -target spirv -emit-spirv-directly -skip-spirv-validation // CHECK: OpDecorate %primitives_color Location 0 // CHECK: OpDecorate %primitives_color PerPrimitive @@ -61,4 +61,4 @@ FragmentOut entry_fragment(in nointerpolation Primitive prim) FragmentOut frag_out; frag_out.color = prim.color; return frag_out; -}
\ No newline at end of file +} |
