mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-06-21 08:02:03 -04:00
d7d131c050
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.