diff options
| author | cheneym2 <acheney@nvidia.com> | 2024-11-07 08:57:57 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-07 08:57:57 -0500 |
| commit | 64c6cb19b706bc8e7ee629225a5bd78c4959fe63 (patch) | |
| tree | 276be8e662841f9bebbd1abc5bbc46dc324e7a40 /tests/bugs | |
| parent | 43df1da01463beb53d1483d152f55c6c48feb9c4 (diff) | |
Fix user-attribute-lookup wgpu crash (#5510)
The WGPU backend was crashing because of the
unbound sampler state. Fix the test by adding
a test sampler.
Issue 5277
Co-authored-by: Ellie Hermaszewska <ellieh@nvidia.com>
Diffstat (limited to 'tests/bugs')
| -rw-r--r-- | tests/bugs/user-attribute-lookup.slang | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs/user-attribute-lookup.slang b/tests/bugs/user-attribute-lookup.slang index 6fabe585d..2b6ab0cfe 100644 --- a/tests/bugs/user-attribute-lookup.slang +++ b/tests/bugs/user-attribute-lookup.slang @@ -1,6 +1,6 @@ //TEST(compute):COMPARE_COMPUTE_EX:-slang -compute -shaderobj //TEST(compute,vulkan):COMPARE_COMPUTE_EX:-vk -slang -compute -shaderobj -//DISABLE_TEST(compute):COMPARE_COMPUTE_EX:-wgpu +//TEST_INPUT: Sampler:name samplerState //TEST_INPUT:ubuffer(data=[0 0 0 0], stride=4):out,name outputBuffer RWStructuredBuffer<int> outputBuffer; |
