Skip to content

Commit 24a2b7d

Browse files
committed
Fix ci test result
1 parent 6310e0f commit 24a2b7d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

tests/reflection/unbounded-arrays.hlsl.1.expected

+9-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,15 @@ standard output = {
7575
"elementCount": 0,
7676
"elementType": {
7777
"kind": "resource",
78-
"baseShape": "textureCube"
78+
"baseShape": "textureCube",
79+
"resultType": {
80+
"kind": "vector",
81+
"elementCount": 4,
82+
"elementType": {
83+
"kind": "scalar",
84+
"scalarType": "float32"
85+
}
86+
}
7987
}
8088
}
8189
},

0 commit comments

Comments
 (0)