diff options
Diffstat (limited to 'tests/compute/unbounded-array-of-array.slang')
| -rw-r--r-- | tests/compute/unbounded-array-of-array.slang | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/compute/unbounded-array-of-array.slang b/tests/compute/unbounded-array-of-array.slang index 079808710..4d57b9e94 100644 --- a/tests/compute/unbounded-array-of-array.slang +++ b/tests/compute/unbounded-array-of-array.slang @@ -3,7 +3,7 @@ struct IntAoa { RWStructuredBuffer<int> array[]; } -//TEST_INPUT:ubuffer(data=[0 0 0 0 0 0 0 0], stride=4):dxbinding(0),glbinding(0),out,name outputBuffer +//TEST_INPUT:ubuffer(data=[0 0 0 0 0 0 0 0], stride=4):out,name outputBuffer RWStructuredBuffer<int> outputBuffer; //TEST_INPUT:array(size=2):name g_aoa.array |
