summaryrefslogtreecommitdiff
path: root/tests/bugs/gl-33.slang
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs/gl-33.slang')
-rw-r--r--tests/bugs/gl-33.slang2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs/gl-33.slang b/tests/bugs/gl-33.slang
index 89cfa0aad..b459bf409 100644
--- a/tests/bugs/gl-33.slang
+++ b/tests/bugs/gl-33.slang
@@ -13,7 +13,7 @@ int test(int val)
return b.next();
}
-//TEST_INPUT:ubuffer(data=[0 0 0 0], stride=4):dxbinding(0),glbinding(0),out
+//TEST_INPUT:ubuffer(data=[0 0 0 0], stride=4):out
RWStructuredBuffer<int> gBuffer;
[numthreads(4, 1, 1)]