Closes #35240
Fixes #35238
Fixes #35259
Supported types are:
OpTypeSamplerOpTypeImageOpTypeSampledImageOpTypeRuntimeArraywith indexing and.lenfield
The SPIR-V backend is bit-rotted so behavior tests no longer pass (compiler crashes).
However, I've verified the new added tests are passing.
Closes #35240
Fixes #35238
Fixes #35259
Supported types are:
- `OpTypeSampler`
- `OpTypeImage`
- `OpTypeSampledImage`
- `OpTypeRuntimeArray` with indexing and `.len` field
The SPIR-V backend is bit-rotted so behavior tests no longer pass (compiler crashes).
However, I've verified the new added tests are passing.
cc @Snektron @MasonRemaley