summaryrefslogtreecommitdiffstats
path: root/examples/cpu-hello-world
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cpu-hello-world')
-rw-r--r--examples/cpu-hello-world/shader.slang2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cpu-hello-world/shader.slang b/examples/cpu-hello-world/shader.slang
index bac5832a8..6611962d7 100644
--- a/examples/cpu-hello-world/shader.slang
+++ b/examples/cpu-hello-world/shader.slang
@@ -1,6 +1,6 @@
// shader.slang
-//TEST_INPUT:ubuffer(random(float, 4096, -1.0, 1.0), stride=4):dxbinding(0),glbinding(0),name=ioBuffer
+//TEST_INPUT:ubuffer(random(float, 4096, -1.0, 1.0), stride=4):name=ioBuffer
RWStructuredBuffer<float> ioBuffer;
[numthreads(4, 1, 1)]