diff options
Diffstat (limited to 'tests/reflection/vertex-input-semantics.hlsl.expected')
| -rw-r--r-- | tests/reflection/vertex-input-semantics.hlsl.expected | 4 |
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", |
