summaryrefslogtreecommitdiff
path: root/tests/reflection/global-type-params.slang.expected
diff options
context:
space:
mode:
Diffstat (limited to 'tests/reflection/global-type-params.slang.expected')
-rw-r--r--tests/reflection/global-type-params.slang.expected10
1 files changed, 9 insertions, 1 deletions
diff --git a/tests/reflection/global-type-params.slang.expected b/tests/reflection/global-type-params.slang.expected
index 0da9c975e..07180b7ea 100644
--- a/tests/reflection/global-type-params.slang.expected
+++ b/tests/reflection/global-type-params.slang.expected
@@ -71,7 +71,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"
+ }
+ }
}
},
{