diff options
| author | Stan <109335133+stanoddly@users.noreply.github.com> | 2024-12-21 17:14:56 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-21 08:14:56 -0800 |
| commit | 76fdeaa477a5d21176facf0296f77e28e2d59477 (patch) | |
| tree | 76ca5c076e54c4dfc7f6a06f978ae18f31191d3b /tests/reflection/multi-file.hlsl.expected | |
| parent | 8e55b498d9813db2d872a5ef522f8bec5cb0bcb1 (diff) | |
Fixed stage and result field names in json reflection (#5927)
Diffstat (limited to 'tests/reflection/multi-file.hlsl.expected')
| -rw-r--r-- | tests/reflection/multi-file.hlsl.expected | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/reflection/multi-file.hlsl.expected b/tests/reflection/multi-file.hlsl.expected index 1cbc73f5c..0472a0b0a 100644 --- a/tests/reflection/multi-file.hlsl.expected +++ b/tests/reflection/multi-file.hlsl.expected @@ -402,8 +402,8 @@ standard output = { "entryPoints": [ { "name": "mainVS", - "stage:": "vertex", - "result:": { + "stage": "vertex", + "result": { "semanticName": "SV_POSITION", "type": { "kind": "vector", @@ -417,8 +417,8 @@ standard output = { }, { "name": "mainFS", - "stage:": "fragment", - "result:": { + "stage": "fragment", + "result": { "stage": "fragment", "binding": {"kind": "varyingOutput", "index": 0}, "semanticName": "SV_TARGET", |
