diff options
| author | Anders Leino <aleino@nvidia.com> | 2024-11-07 12:49:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-07 18:49:23 +0800 |
| commit | 43df1da01463beb53d1483d152f55c6c48feb9c4 (patch) | |
| tree | 2f9722defc64ffbbcc9f3ed1a70789eb7e060965 /tests/hlsl/packoffset.slang | |
| parent | d53a3ab92d94b133a6c1992e91e7a08fe99b3337 (diff) | |
Enable a bunch of WGPU tests (#5513)
This closes issue #5505.
Diffstat (limited to 'tests/hlsl/packoffset.slang')
| -rw-r--r-- | tests/hlsl/packoffset.slang | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/hlsl/packoffset.slang b/tests/hlsl/packoffset.slang index 2acbb5ff8..1f654cf7a 100644 --- a/tests/hlsl/packoffset.slang +++ b/tests/hlsl/packoffset.slang @@ -6,6 +6,8 @@ // Metal does not support custom data layout. //DISABLE_TEST(compute):COMPARE_COMPUTE:-slang -shaderobj -mtl +//DISABLE_TEST(compute):COMPARE_COMPUTE_EX:-wgpu + //TEST_INPUT:ubuffer(data=[0 0 0 0], stride=4):out,name=outputBuffer RWStructuredBuffer<float> outputBuffer; |
