summaryrefslogtreecommitdiff
path: root/tests/compute/texture-sampling.slang
diff options
context:
space:
mode:
Diffstat (limited to 'tests/compute/texture-sampling.slang')
-rw-r--r--tests/compute/texture-sampling.slang1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/compute/texture-sampling.slang b/tests/compute/texture-sampling.slang
index d8c5f4c4b..27cb3d027 100644
--- a/tests/compute/texture-sampling.slang
+++ b/tests/compute/texture-sampling.slang
@@ -13,6 +13,7 @@
//TEST_INPUT: Sampler:name=samplerState
//TEST_INPUT: ubuffer(data=[0 0 0 0], stride=4):out,name=outputBuffer
// There is no texture_1d_array type in WGSL https://github.com/shader-slang/slang/issues/5223
+// Not supported in WGSL: 1D array texture not supported in WGSL
//DISABLE_TEST(compute):COMPARE_COMPUTE:-slang -shaderobj -wgpu
Texture1D t1D;