summaryrefslogtreecommitdiff
path: root/tests/compute/compile-time-loop.slang
diff options
context:
space:
mode:
Diffstat (limited to 'tests/compute/compile-time-loop.slang')
-rw-r--r--tests/compute/compile-time-loop.slang6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/compute/compile-time-loop.slang b/tests/compute/compile-time-loop.slang
index e081dfbd3..128e72895 100644
--- a/tests/compute/compile-time-loop.slang
+++ b/tests/compute/compile-time-loop.slang
@@ -1,8 +1,8 @@
//TEST(compute):COMPARE_RENDER_COMPUTE:
-//TEST_INPUT: Texture2D(size=4, content = one):
-//TEST_INPUT: Sampler:
-//TEST_INPUT: ubuffer(data=[0], stride=4):out
+//TEST_INPUT: Texture2D(size=4, content = one):name t
+//TEST_INPUT: Sampler:name s
+//TEST_INPUT: ubuffer(data=[0], stride=4):out, name outputBuffer
Texture2D t;
SamplerState s;