summaryrefslogtreecommitdiffstats
path: root/tests/reflection
diff options
context:
space:
mode:
Diffstat (limited to 'tests/reflection')
-rw-r--r--tests/reflection/parameter-block-explicit-space.slang.expected10
1 files changed, 8 insertions, 2 deletions
diff --git a/tests/reflection/parameter-block-explicit-space.slang.expected b/tests/reflection/parameter-block-explicit-space.slang.expected
index e683a641f..04093f4ca 100644
--- a/tests/reflection/parameter-block-explicit-space.slang.expected
+++ b/tests/reflection/parameter-block-explicit-space.slang.expected
@@ -6,7 +6,10 @@ standard output = {
"parameters": [
{
"name": "a",
- "binding": {"kind": "constantBuffer", "space": 2, "index": 0, "count": 0},
+ "bindings": [
+ {"kind": "constantBuffer", "space": 2, "index": 0, "count": 0},
+ {"kind": "registerSpace", "index": 2}
+ ],
"type": {
"kind": "parameterBlock",
"elementType": {
@@ -54,7 +57,10 @@ standard output = {
},
{
"name": "b",
- "binding": {"kind": "constantBuffer", "space": 3, "index": 0, "count": 0},
+ "bindings": [
+ {"kind": "constantBuffer", "space": 3, "index": 0, "count": 0},
+ {"kind": "registerSpace", "index": 3}
+ ],
"type": {
"kind": "parameterBlock",
"elementType": {