diff options
Diffstat (limited to 'tests/reflection/parameter-block-explicit-space.slang.expected')
| -rw-r--r-- | tests/reflection/parameter-block-explicit-space.slang.expected | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/tests/reflection/parameter-block-explicit-space.slang.expected b/tests/reflection/parameter-block-explicit-space.slang.expected index a96f95961..1aa41519d 100644 --- a/tests/reflection/parameter-block-explicit-space.slang.expected +++ b/tests/reflection/parameter-block-explicit-space.slang.expected @@ -6,10 +6,7 @@ standard output = { "parameters": [ { "name": "a", - "bindings": [ - {"kind": "constantBuffer", "index": 0, "count": 0}, - {"kind": "registerSpace", "index": 2} - ], + "binding": {"kind": "registerSpace", "index": 2}, "type": { "kind": "parameterBlock", "elementType": { @@ -111,10 +108,7 @@ standard output = { }, { "name": "b", - "bindings": [ - {"kind": "constantBuffer", "index": 0, "count": 0}, - {"kind": "registerSpace", "index": 3} - ], + "binding": {"kind": "registerSpace", "index": 3}, "type": { "kind": "parameterBlock", "elementType": { |
