summaryrefslogtreecommitdiff
path: root/tests/reflection/vertex-input-semantics.hlsl.expected
diff options
context:
space:
mode:
Diffstat (limited to 'tests/reflection/vertex-input-semantics.hlsl.expected')
-rw-r--r--tests/reflection/vertex-input-semantics.hlsl.expected13
1 files changed, 12 insertions, 1 deletions
diff --git a/tests/reflection/vertex-input-semantics.hlsl.expected b/tests/reflection/vertex-input-semantics.hlsl.expected
index 06b7bc95a..e15a3a258 100644
--- a/tests/reflection/vertex-input-semantics.hlsl.expected
+++ b/tests/reflection/vertex-input-semantics.hlsl.expected
@@ -160,7 +160,18 @@ standard output = {
]
}
}
- ]
+ ],
+ "result:": {
+ "semanticName": "SV_POSITION",
+ "type": {
+ "kind": "vector",
+ "elementCount": 4,
+ "elementType": {
+ "kind": "scalar",
+ "scalarType": "float32"
+ }
+ }
+ }
}
]
}