summaryrefslogtreecommitdiffstats
path: root/tests/compute/constexpr.slang
diff options
context:
space:
mode:
Diffstat (limited to 'tests/compute/constexpr.slang')
-rw-r--r--tests/compute/constexpr.slang6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/compute/constexpr.slang b/tests/compute/constexpr.slang
index c3f9b6a89..247d3964d 100644
--- a/tests/compute/constexpr.slang
+++ b/tests/compute/constexpr.slang
@@ -1,9 +1,9 @@
// constexpr.slang
//TEST(compute):COMPARE_COMPUTE_EX:-slang -gcompute
//DISABLED://TEST(compute, vulkan):COMPARE_COMPUTE_EX:-vk -gcompute
-//TEST_INPUT: Texture2D(size=4, content = one) : dxbinding(0),glbinding(0)
-//TEST_INPUT: Sampler : dxbinding(0),glbinding(0)
-//TEST_INPUT: ubuffer(data=[0 0], stride=4):dxbinding(1),glbinding(0),out
+//TEST_INPUT: Texture2D(size=4, content = one):
+//TEST_INPUT: Sampler:
+//TEST_INPUT: ubuffer(data=[0 0], stride=4):out
// Note: Vulkan version of this test is disabled pending adding
// support for rendering tests to the harness.