[clang] [HLSL] Add IsArray resource attribute (PR #201163)
Tim Corringham via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 8 07:57:31 PDT 2026
================
@@ -77,15 +77,17 @@ class BuiltinTypeDeclBuilder {
BuiltinTypeDeclBuilder &
addBufferHandles(ResourceClass RC, bool IsROV, bool RawBuffer,
- bool HasCounter,
+ bool HasCounter, bool IsArrayed,
AccessSpecifier Access = AccessSpecifier::AS_private);
----------------
tcorringham wrote:
Done.
https://github.com/llvm/llvm-project/pull/201163
More information about the cfe-commits
mailing list