diff options
| author | Anders Leino <aleino@nvidia.com> | 2024-10-11 10:05:15 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-11 00:05:15 -0700 |
| commit | 5fa35fcce532267a2ae5779dee9ff4d07fab6bf4 (patch) | |
| tree | c9bded9047e45a9f6161055df37cd2238a8e54af /tests/compute/byte-address-buffer.slang | |
| parent | 0ff779baef5082db1e6ecdc10997564c0413f131 (diff) | |
WGSL: Enable load & store from byte-addressible buffers (#5252)
Diffstat (limited to 'tests/compute/byte-address-buffer.slang')
| -rw-r--r-- | tests/compute/byte-address-buffer.slang | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/compute/byte-address-buffer.slang b/tests/compute/byte-address-buffer.slang index 77748eb60..65356ec22 100644 --- a/tests/compute/byte-address-buffer.slang +++ b/tests/compute/byte-address-buffer.slang @@ -4,7 +4,6 @@ //TEST(compute):COMPARE_COMPUTE_EX:-slang -compute -shaderobj //TEST(compute, vulkan):COMPARE_COMPUTE_EX:-vk -compute -shaderobj //TEST(compute):COMPARE_COMPUTE_EX:-d3d12 -compute -shaderobj -//DISABLE_TEST(compute):COMPARE_COMPUTE:-slang -shaderobj -wgpu // Confirm cross-compilation of `(RW)ByteAddressBuffer` // |
