Files
clang-p2996/clang/lib/Sema/SemaHLSL.cpp
Helena Kotas 1a0de96c95 [HLSL] Constant buffer layout struct update (#124840)
Updates layout struct to be `struct` with public fields instead of
`class` with private fields and chang the name prefix to `__cblayout_`.
Also adds Packed attribute to prevent struct padding and filters
additional types from the layout that were missed previously (arrays of
resources and groupshared declarations).
2025-02-10 21:19:13 -08:00

107 KiB