diff options
Diffstat (limited to 'tests/bugs/gh-775.slang')
| -rw-r--r-- | tests/bugs/gh-775.slang | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs/gh-775.slang b/tests/bugs/gh-775.slang index f8125d7d4..f98765bdb 100644 --- a/tests/bugs/gh-775.slang +++ b/tests/bugs/gh-775.slang @@ -17,7 +17,7 @@ int test(int inVal) return int(dot(v, float4(1, 16, 256, 4096))); } -//TEST_INPUT:ubuffer(data=[9 9 9 9], stride=4):dxbinding(0),glbinding(0),out +//TEST_INPUT:ubuffer(data=[9 9 9 9], stride=4):out RWStructuredBuffer<int> outputBuffer : register(u0); [numthreads(4, 1, 1)] |
