summaryrefslogtreecommitdiffstats
path: root/tests/reflection/vertex-input-semantics.hlsl.expected
diff options
context:
space:
mode:
authorStan <109335133+stanoddly@users.noreply.github.com>2024-12-21 17:14:56 +0100
committerGitHub <noreply@github.com>2024-12-21 08:14:56 -0800
commit76fdeaa477a5d21176facf0296f77e28e2d59477 (patch)
tree76ca5c076e54c4dfc7f6a06f978ae18f31191d3b /tests/reflection/vertex-input-semantics.hlsl.expected
parent8e55b498d9813db2d872a5ef522f8bec5cb0bcb1 (diff)
Fixed stage and result field names in json reflection (#5927)
Diffstat (limited to 'tests/reflection/vertex-input-semantics.hlsl.expected')
-rw-r--r--tests/reflection/vertex-input-semantics.hlsl.expected4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/reflection/vertex-input-semantics.hlsl.expected b/tests/reflection/vertex-input-semantics.hlsl.expected
index e15a3a258..4007a1a9d 100644
--- a/tests/reflection/vertex-input-semantics.hlsl.expected
+++ b/tests/reflection/vertex-input-semantics.hlsl.expected
@@ -9,7 +9,7 @@ standard output = {
"entryPoints": [
{
"name": "main",
- "stage:": "vertex",
+ "stage": "vertex",
"parameters": [
{
"name": "a",
@@ -161,7 +161,7 @@ standard output = {
}
}
],
- "result:": {
+ "result": {
"semanticName": "SV_POSITION",
"type": {
"kind": "vector",