diff options
| author | Anders Leino <aleino@nvidia.com> | 2024-11-25 10:15:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-25 08:15:20 +0000 |
| commit | aaca2d2b615ce113ae9eff11a6fc01f579471b12 (patch) | |
| tree | 2f6c5d04180888a25825cc5ad76e818ccf84c375 /tests/expected-failure-github.txt | |
| parent | e30f0537126f611b7cad81404f9d0c19c6b57ddf (diff) | |
wgsl: Fix field semantics even if input struct doesn't need flattening (#5642)
* wgsl: Fix field semantics even if input struct doesn't need flattening
Helps to address issue #5633.
* Add test for multiple stage IO locations
This verifies part of issue #5633.
Diffstat (limited to 'tests/expected-failure-github.txt')
| -rw-r--r-- | tests/expected-failure-github.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/expected-failure-github.txt b/tests/expected-failure-github.txt index fdb6127a2..671b8dafd 100644 --- a/tests/expected-failure-github.txt +++ b/tests/expected-failure-github.txt @@ -5,6 +5,7 @@ tests/language-feature/saturated-cooperation/fuse-product.slang (vk) tests/language-feature/saturated-cooperation/fuse.slang (vk) tests/bugs/byte-address-buffer-interlocked-add-f32.slang (vk) tests/render/render0.hlsl (mtl) +tests/render/multiple-stage-io-locations.slang (mtl) tests/render/nointerpolation.hlsl (mtl) tests/serialization/obfuscated-serialized-module-test.slang.2 syn (mtl) tests/autodiff/custom-intrinsic.slang.2 syn (wgpu) |
