diff options
Diffstat (limited to 'tests/compute/empty-struct.slang')
| -rw-r--r-- | tests/compute/empty-struct.slang | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/compute/empty-struct.slang b/tests/compute/empty-struct.slang index 5e000b723..53c19384f 100644 --- a/tests/compute/empty-struct.slang +++ b/tests/compute/empty-struct.slang @@ -4,7 +4,7 @@ // Confirm that generics syntax can be used in user // code and generates valid output. -//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<float> outputBuffer; struct Simple |
