diff options
Diffstat (limited to 'tests/reflection/mix-explicit-and-implicit-spaces.slang.expected')
| -rw-r--r-- | tests/reflection/mix-explicit-and-implicit-spaces.slang.expected | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/tests/reflection/mix-explicit-and-implicit-spaces.slang.expected b/tests/reflection/mix-explicit-and-implicit-spaces.slang.expected index 2e4ead342..63fe23551 100644 --- a/tests/reflection/mix-explicit-and-implicit-spaces.slang.expected +++ b/tests/reflection/mix-explicit-and-implicit-spaces.slang.expected @@ -6,10 +6,7 @@ standard output = { "parameters": [ { "name": "a", - "bindings": [ - {"kind": "constantBuffer", "index": 0, "count": 0}, - {"kind": "registerSpace", "index": 0} - ], + "binding": {"kind": "registerSpace", "index": 0}, "type": { "kind": "parameterBlock", "elementType": { @@ -53,10 +50,7 @@ standard output = { }, { "name": "b", - "bindings": [ - {"kind": "constantBuffer", "index": 0, "count": 0}, - {"kind": "registerSpace", "index": 1} - ], + "binding": {"kind": "registerSpace", "index": 1}, "type": { "kind": "parameterBlock", "elementType": { @@ -100,10 +94,7 @@ standard output = { }, { "name": "c", - "bindings": [ - {"kind": "constantBuffer", "index": 0, "count": 0}, - {"kind": "registerSpace", "index": 2} - ], + "binding": {"kind": "registerSpace", "index": 2}, "type": { "kind": "parameterBlock", "elementType": { |
