diff options
Diffstat (limited to 'tests/bugs/gh-487.slang')
| -rw-r--r-- | tests/bugs/gh-487.slang | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs/gh-487.slang b/tests/bugs/gh-487.slang index ee01ee9b1..a86c4061f 100644 --- a/tests/bugs/gh-487.slang +++ b/tests/bugs/gh-487.slang @@ -15,7 +15,7 @@ int test(int val) return int(result); } -//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)] |
