Commit fcbd2a1
authored
[SPIRV] Add the vk::image_format to runtime arrays (microsoft#7128)
A case was missed when adding the `vk::image_format` to the image types.
We did not handle runtime arrays. We fix that oversight.
Fixes microsoft#68801 parent d2f2aae commit fcbd2a1
File tree
2 files changed
+17
-0
lines changed- tools/clang
- lib/SPIRV
- test/CodeGenSPIRV
2 files changed
+17
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
217 | 228 | | |
218 | 229 | | |
219 | 230 | | |
| |||
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
63 | 69 | | |
64 | 70 | | |
65 | 71 | | |
| |||
0 commit comments