diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/reflection/std430-layout.glsl.expected | 1 | ||||
| -rw-r--r-- | tests/reflection/vertex-input-semantics.hlsl.expected | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/tests/reflection/std430-layout.glsl.expected b/tests/reflection/std430-layout.glsl.expected index bd04c417f..7c9c514d6 100644 --- a/tests/reflection/std430-layout.glsl.expected +++ b/tests/reflection/std430-layout.glsl.expected @@ -61,6 +61,7 @@ standard output = { "name": "e", "type": { "kind": "struct", + "name": "Foo", "fields": [ { "name": "f", diff --git a/tests/reflection/vertex-input-semantics.hlsl.expected b/tests/reflection/vertex-input-semantics.hlsl.expected index 014533fdb..a3747a86a 100644 --- a/tests/reflection/vertex-input-semantics.hlsl.expected +++ b/tests/reflection/vertex-input-semantics.hlsl.expected @@ -30,6 +30,7 @@ standard output = { "semanticName": "B", "type": { "kind": "struct", + "name": "B", "fields": [ { "name": "b0", @@ -48,6 +49,7 @@ standard output = { "name": "b1", "type": { "kind": "struct", + "name": "X", "fields": [ { "name": "x0", @@ -91,11 +93,13 @@ standard output = { "binding": {"kind": "vertexInput", "index": 4, "count": 3}, "type": { "kind": "struct", + "name": "C", "fields": [ { "name": "c0", "type": { "kind": "struct", + "name": "X", "fields": [ { "name": "x0", |
