summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/autodiff/float-cast.slang2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/autodiff/float-cast.slang b/tests/autodiff/float-cast.slang
index 2c9797fa6..0ab00a935 100644
--- a/tests/autodiff/float-cast.slang
+++ b/tests/autodiff/float-cast.slang
@@ -1,5 +1,7 @@
//TEST(compute):COMPARE_COMPUTE_EX:-slang -compute -shaderobj -output-using-type -render-features half
//TEST(compute, vulkan):COMPARE_COMPUTE_EX:-vk -compute -shaderobj -output-using-type -render-features half
+// Not supported in WGSL: Double and other unsupported scalar types
+//DISABLE_TEST(compute):COMPARE_COMPUTE_EX:-wgpu
//TEST_INPUT:ubuffer(data=[0 0 0 0 0], stride=4):out,name=outputBuffer
RWStructuredBuffer<float> outputBuffer;