summaryrefslogtreecommitdiff
path: root/tests/reflection/default-space.slang.expected
diff options
context:
space:
mode:
Diffstat (limited to 'tests/reflection/default-space.slang.expected')
-rw-r--r--tests/reflection/default-space.slang.expected30
1 files changed, 27 insertions, 3 deletions
diff --git a/tests/reflection/default-space.slang.expected b/tests/reflection/default-space.slang.expected
index c6ec6c19f..17cc32736 100644
--- a/tests/reflection/default-space.slang.expected
+++ b/tests/reflection/default-space.slang.expected
@@ -9,7 +9,15 @@ standard output = {
"binding": {"kind": "shaderResource", "space": 99, "index": 0},
"type": {
"kind": "resource",
- "baseShape": "texture2D"
+ "baseShape": "texture2D",
+ "resultType": {
+ "kind": "vector",
+ "elementCount": 4,
+ "elementType": {
+ "kind": "scalar",
+ "scalarType": "float32"
+ }
+ }
}
},
{
@@ -25,7 +33,15 @@ standard output = {
"name": "b",
"type": {
"kind": "resource",
- "baseShape": "texture2D"
+ "baseShape": "texture2D",
+ "resultType": {
+ "kind": "vector",
+ "elementCount": 4,
+ "elementType": {
+ "kind": "scalar",
+ "scalarType": "float32"
+ }
+ }
},
"binding": {"kind": "shaderResource", "index": 0}
}
@@ -43,7 +59,15 @@ standard output = {
"name": "b",
"type": {
"kind": "resource",
- "baseShape": "texture2D"
+ "baseShape": "texture2D",
+ "resultType": {
+ "kind": "vector",
+ "elementCount": 4,
+ "elementType": {
+ "kind": "scalar",
+ "scalarType": "float32"
+ }
+ }
},
"binding": {"kind": "shaderResource", "index": 0}
}