diff options
| author | Yong He <yonghe@outlook.com> | 2024-11-06 11:21:53 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-06 11:21:53 -0800 |
| commit | 2533125cb7c673b313195e1d8bc6066b253d95ae (patch) | |
| tree | 480193df48d9c5895e976ba929163ed47f82176c /tests/language-feature/inheritance | |
| parent | b86703432629bbfd75a902671d15e40c591065a7 (diff) | |
Fix WGSL parameter block binding. (#5500)
* Fix WGSL parameter block binding.
* Re-enable tests.
* Update failure list.
* Fix entrypoint parameters.
* Update tests.
* Enable stat-var test.
Diffstat (limited to 'tests/language-feature/inheritance')
| -rw-r--r-- | tests/language-feature/inheritance/struct-inheritance.slang | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/language-feature/inheritance/struct-inheritance.slang b/tests/language-feature/inheritance/struct-inheritance.slang index cc427eea9..e50b1268b 100644 --- a/tests/language-feature/inheritance/struct-inheritance.slang +++ b/tests/language-feature/inheritance/struct-inheritance.slang @@ -1,7 +1,6 @@ // struct-inheritance.slang //TEST(compute):COMPARE_COMPUTE: -shaderobj -//DISABLE_TEST(compute):COMPARE_COMPUTE_EX:-wgpu // Test that we can define a `struct` type // that inherits from another `struct`. |
