diff options
Diffstat (limited to 'tests/bugs/gh-569.slang')
| -rw-r--r-- | tests/bugs/gh-569.slang | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs/gh-569.slang b/tests/bugs/gh-569.slang index fa7525d45..c0a65aaa8 100644 --- a/tests/bugs/gh-569.slang +++ b/tests/bugs/gh-569.slang @@ -21,7 +21,7 @@ uint test(uint inVal) return tmp + inVal; } -//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<uint> gBuffer; [numthreads(4, 1, 1)] |
