summaryrefslogtreecommitdiffstats
path: root/tests/reflection/shared-modifier.hlsl.expected
diff options
context:
space:
mode:
Diffstat (limited to 'tests/reflection/shared-modifier.hlsl.expected')
-rw-r--r--tests/reflection/shared-modifier.hlsl.expected15
1 files changed, 14 insertions, 1 deletions
diff --git a/tests/reflection/shared-modifier.hlsl.expected b/tests/reflection/shared-modifier.hlsl.expected
index ddb982177..782e038de 100644
--- a/tests/reflection/shared-modifier.hlsl.expected
+++ b/tests/reflection/shared-modifier.hlsl.expected
@@ -40,7 +40,20 @@ standard output = {
}
}
}
- ]
+ ],
+ "result:": {
+ "stage": "fragment",
+ "binding": {"kind": "varyingOutput", "index": 0},
+ "semanticName": "SV_TARGET",
+ "type": {
+ "kind": "vector",
+ "elementCount": 4,
+ "elementType": {
+ "kind": "scalar",
+ "scalarType": "float32"
+ }
+ }
+ }
}
]
}