[clang] Implement `ByteAddressBuffer` Load/Store methods (PR #176058)
Kaitlin Peng via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 15 16:34:14 PST 2026
================
@@ -480,6 +480,7 @@ void HLSLExternalSemaSource::defineHLSLTypesWithForwardDeclarations() {
onCompletion(Decl, [this](CXXRecordDecl *Decl) {
setupBufferType(Decl, *SemaPtr, ResourceClass::SRV, /*IsROV=*/false,
/*RawBuffer=*/true, /*HasCounter=*/false)
+ .addByteAddressBufferLoadMethods()
----------------
kmpeng wrote:
No - only RWByteAddressBuffers have the Store method
https://github.com/llvm/llvm-project/pull/176058
More information about the cfe-commits
mailing list