summaryrefslogtreecommitdiffstats
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 0e319680a..3e56be5a7 100644
--- a/tests/compute/texture-sampling.slang
+++ b/tests/compute/texture-sampling.slang
@@ -12,6 +12,7 @@
//TEST_INPUT: TextureCube(size=4, content = one, arrayLength=2):name=tCubeArray
//TEST_INPUT: Sampler:name=samplerState
//TEST_INPUT: ubuffer(data=[0 0 0 0], stride=4):out,name=outputBuffer
+//DISABLE_TEST(compute):COMPARE_COMPUTE:-slang -shaderobj -wgpu
Texture1D t1D;
Texture2D t2D;