diff options
| author | Anders Leino <aleino@nvidia.com> | 2024-12-04 10:58:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-04 00:58:40 -0800 |
| commit | 697045f1b4f7d0977c69fd5b67089d735fff428d (patch) | |
| tree | 6fbd8b3242e088496187148d104442a452bf8fc1 /tests/bugs | |
| parent | 59ba2594dedac02ad2ef7bc049bd78f5412e1a92 (diff) | |
WGPU: Add new test and explanation for disabled test (#5731)
* Add buffer swizzle store test using structured buffers
This helps to address #5612
* WGPU: Add explanation for tests/bugs/buffer-swizzle-store.slang
This closes #5612.
* Manual formatting fix
* format code
---------
Co-authored-by: slangbot <186143334+slangbot@users.noreply.github.com>
Diffstat (limited to 'tests/bugs')
| -rw-r--r-- | tests/bugs/buffer-swizzle-store.slang | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs/buffer-swizzle-store.slang b/tests/bugs/buffer-swizzle-store.slang index 6fdcc4df3..33e8a8ab9 100644 --- a/tests/bugs/buffer-swizzle-store.slang +++ b/tests/bugs/buffer-swizzle-store.slang @@ -1,7 +1,7 @@ //TEST(compute):COMPARE_COMPUTE_EX:-slang -compute -shaderobj -output-using-type //TEST(compute, vulkan):COMPARE_COMPUTE_EX:-vk -compute -shaderobj -output-using-type //TEST(compute):COMPARE_COMPUTE:-slang -shaderobj -mtl -output-using-type -// Slang-RHI/WGPU: Invalid bind group layout entry used #5612 +// Not supported in WGSL: read-write storage texture with "rg16f" format //DISABLE_TEST(compute):COMPARE_COMPUTE_EX:-wgpu //TEST_INPUT: RWTexture2D(format=R16G16_FLOAT, size=4, content = one, mipMaps = 1):name g_test |
