diff options
Diffstat (limited to 'tests/compute/empty-struct2.slang')
| -rw-r--r-- | tests/compute/empty-struct2.slang | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/compute/empty-struct2.slang b/tests/compute/empty-struct2.slang index 2ec7bbc3f..0f65a39b3 100644 --- a/tests/compute/empty-struct2.slang +++ b/tests/compute/empty-struct2.slang @@ -3,7 +3,7 @@ // This is a basic test for Slang compute shader. -//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<uint> outputBuffer; interface IInterface |
