diff options
Diffstat (limited to 'tests/compute/global-type-param.slang')
| -rw-r--r-- | tests/compute/global-type-param.slang | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/compute/global-type-param.slang b/tests/compute/global-type-param.slang index ed0591064..ecaa26096 100644 --- a/tests/compute/global-type-param.slang +++ b/tests/compute/global-type-param.slang @@ -2,7 +2,7 @@ //TEST_INPUT:type Wrapper<Impl> -//TEST_INPUT:ubuffer(data=[0], stride=4):dxbinding(0),glbinding(0),out,name=outputBuffer +//TEST_INPUT:ubuffer(data=[0], stride=4):out,name=outputBuffer RWStructuredBuffer<float> outputBuffer; interface IBase |
