diff options
Diffstat (limited to 'tests/reflection/reflect-imported-code.hlsl.expected')
| -rw-r--r-- | tests/reflection/reflect-imported-code.hlsl.expected | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/tests/reflection/reflect-imported-code.hlsl.expected b/tests/reflection/reflect-imported-code.hlsl.expected index cff6c50bb..8a906d0f7 100644 --- a/tests/reflection/reflect-imported-code.hlsl.expected +++ b/tests/reflection/reflect-imported-code.hlsl.expected @@ -9,7 +9,15 @@ standard output = { "binding": {"kind": "shaderResource", "index": 0}, "type": { "kind": "resource", - "baseShape": "texture2D" + "baseShape": "texture2D", + "resultType": { + "kind": "vector", + "elementCount": 4, + "elementType": { + "kind": "scalar", + "scalarType": "float32" + } + } } }, { @@ -63,7 +71,15 @@ standard output = { "binding": {"kind": "shaderResource", "index": 1}, "type": { "kind": "resource", - "baseShape": "texture2D" + "baseShape": "texture2D", + "resultType": { + "kind": "vector", + "elementCount": 4, + "elementType": { + "kind": "scalar", + "scalarType": "float32" + } + } } }, { |
