[clang] [HLSL] Add support for fixed-size global resource arrays (PR #152209)

Helena Kotas via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 5 14:59:48 PDT 2025


hekota wrote:

Making this a draft for now because it only supports `register` binding and it will have conflicts with the change that adds `[[vk:binding]]` attribute (#150957). Once that gets merged, I will update this PR to resolve the conflicts and add `[[vk:binding]]` support for arrays as well.

@s-perron - is your change ready to get merged?

https://github.com/llvm/llvm-project/pull/152209


More information about the cfe-commits mailing list