Justin Bogner 61118643c0
[HLSL] Fix miscompile of small structs after arrays in cbuffers (#179768)
We weren't accounting for skipped fields correctly when emitting struct
member exprs, which could lead to us reading padding instead of the
member itself when a struct followed an array.

Fixes #179716
2026-02-04 13:44:44 -08:00
..