diff options
Diffstat (limited to 'tests/compute/interface-static-method.slang')
| -rw-r--r-- | tests/compute/interface-static-method.slang | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/compute/interface-static-method.slang b/tests/compute/interface-static-method.slang index f10e00783..bdfddd938 100644 --- a/tests/compute/interface-static-method.slang +++ b/tests/compute/interface-static-method.slang @@ -46,7 +46,7 @@ int test(int val) } -//TEST_INPUT:ubuffer(data=[0 0 0 0], stride=4):dxbinding(0),glbinding(0),out,name=outputBuffer +//TEST_INPUT:ubuffer(data=[0 0 0 0], stride=4):out,name=outputBuffer RWStructuredBuffer<int> outputBuffer; [numthreads(4, 1, 1)] |
