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/bugs | |
| parent | 2ba6458eba8bd2d4f4d2ffdd452ae089e5b50907 (diff) | |
Update SPIRV submodules and fix tests (#6222)
Diffstat (limited to 'tests/bugs')
| -rw-r--r-- | tests/bugs/gh-3780.slang | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/bugs/gh-3780.slang b/tests/bugs/gh-3780.slang index 62a9542d7..ba5ea4c6b 100644 --- a/tests/bugs/gh-3780.slang +++ b/tests/bugs/gh-3780.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: OpEntryPoint @@ -55,4 +55,4 @@ FragmentOut entry_fragment(in Vertex vertex) FragmentOut frag_out; frag_out.color = float3(1,1,1); return frag_out; -}
\ No newline at end of file +} |
