From 76fdeaa477a5d21176facf0296f77e28e2d59477 Mon Sep 17 00:00:00 2001 From: Stan <109335133+stanoddly@users.noreply.github.com> Date: Sat, 21 Dec 2024 17:14:56 +0100 Subject: Fixed stage and result field names in json reflection (#5927) --- tests/reflection/sample-index-input.hlsl.expected | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/reflection/sample-index-input.hlsl.expected') diff --git a/tests/reflection/sample-index-input.hlsl.expected b/tests/reflection/sample-index-input.hlsl.expected index d0bc3c1b9..7eb2e1896 100644 --- a/tests/reflection/sample-index-input.hlsl.expected +++ b/tests/reflection/sample-index-input.hlsl.expected @@ -9,7 +9,7 @@ standard output = { "entryPoints": [ { "name": "main", - "stage:": "fragment", + "stage": "fragment", "parameters": [ { "name": "input", @@ -46,7 +46,7 @@ standard output = { } ], "usesAnySampleRateInput": true, - "result:": { + "result": { "stage": "fragment", "binding": {"kind": "varyingOutput", "index": 0}, "semanticName": "SV_TARGET", -- cgit v1.2.3