diff options
Diffstat (limited to 'tests/reflection/explicit-register-space.slang.expected')
| -rw-r--r-- | tests/reflection/explicit-register-space.slang.expected | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/tests/reflection/explicit-register-space.slang.expected b/tests/reflection/explicit-register-space.slang.expected index 725318084..a43efd2bd 100644 --- a/tests/reflection/explicit-register-space.slang.expected +++ b/tests/reflection/explicit-register-space.slang.expected @@ -9,7 +9,15 @@ standard output = { "binding": {"kind": "shaderResource", "space": 2, "index": 1}, "type": { "kind": "resource", - "baseShape": "texture2D" + "baseShape": "texture2D", + "resultType": { + "kind": "vector", + "elementCount": 4, + "elementType": { + "kind": "scalar", + "scalarType": "float32" + } + } } } ], |
